From 882f40d88ec71769f0f2d6ebf2d0f1136b7dce29 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Tue, 6 Oct 2009 13:57:54 -0500 Subject: [PATCH] %float>integer-vector should truncate --- basis/cpu/x86/x86.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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