%float>integer-vector should truncate

db4
Joe Groff 2009-10-06 13:57:54 -05:00
parent f7820f9b51
commit 882f40d88e
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