%float>integer-vector should truncate
parent
f7820f9b51
commit
882f40d88e
|
@ -822,7 +822,7 @@ M: x86 %integer>float-vector-reps
|
||||||
|
|
||||||
M: x86 %float>integer-vector ( dst src rep -- )
|
M: x86 %float>integer-vector ( dst src rep -- )
|
||||||
{
|
{
|
||||||
{ float-4-rep [ CVTPS2DQ ] }
|
{ float-4-rep [ CVTTPS2DQ ] }
|
||||||
} case ;
|
} case ;
|
||||||
|
|
||||||
M: x86 %float>integer-vector-reps
|
M: x86 %float>integer-vector-reps
|
||||||
|
|
Loading…
Reference in New Issue