typo in cpu.x86

db4
Joe Groff 2009-11-01 19:39:57 -06:00
parent 36e4a141c4
commit aaba25527c
1 changed files with 1 additions and 1 deletions

View File

@ -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 -- )