diff --git a/basis/cpu/x86/x86.factor b/basis/cpu/x86/x86.factor index 0b1d4aa74f..96b6b3b550 100644 --- a/basis/cpu/x86/x86.factor +++ b/basis/cpu/x86/x86.factor @@ -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