From aaba25527cb5ae049af8af4fd880d9276a92204b Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Sun, 1 Nov 2009 19:39:57 -0600 Subject: [PATCH] typo in cpu.x86 --- 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 99a04c7503..b4d4b43e59 100644 --- a/basis/cpu/x86/x86.factor +++ b/basis/cpu/x86/x86.factor @@ -495,7 +495,7 @@ M: x86 %sqrt SQRTSD ; M: x86 %single>double-float [ %clear-unless-in-place ] [ CVTSS2SD ] 2bi ; M: x86 %double>single-float [ %clear-unless-in-place ] [ CVTSD2SS ] 2bi ; -M: x86 %integer>float [ dup XORPS ] [ CVTSI2SD ] 2bi ; +M: x86 %integer>float [ drop dup XORPS ] [ CVTSI2SD ] 2bi ; M: x86 %float>integer CVTTSD2SI ; : %cmov-float= ( dst src -- )