%float>integer-vector should truncate

Joe Groff 2009-10-06 13:57:54 -05:00
parent 2ccda822b4
commit 425ea05529
1 changed files with 1 additions and 1 deletions

View File

@ -822,7 +822,7 @@ M: x86 %integer>float-vector-reps
M: x86 %float>integer-vector ( dst src rep -- )
{
{ float-4-rep [ CVTPS2DQ ] }
{ float-4-rep [ CVTTPS2DQ ] }
} case ;
M: x86 %float>integer-vector-reps