db4
Slava Pestov 2009-09-08 00:13:18 -05:00
parent bbca00e2ae
commit 38c961cf6f
2 changed files with 3 additions and 3 deletions
basis
cpu/x86
math/vectors/simd

View File

@ -623,7 +623,7 @@ M: x86 %epilogue ( n -- ) cell - incr-stack-reg ;
temp 0 MOV \ t rc-absolute-cell rel-immediate
dst temp word execute ; inline
M: x86 %compare ( dst src1 src2 cc temp -- )
M:: x86 %compare ( dst src1 src2 cc temp -- )
src1 src2 CMP
cc order-cc {
{ cc< [ dst temp \ CMOVL %boolean ] }

View File

@ -1,7 +1,7 @@
IN: math.vectors.simd.tests
USING: math math.vectors.simd math.vectors.simd.private
math.vectors math.functions kernel.private compiler sequences
tools.test compiler.tree.debugger accessors kernel ;
math.vectors math.functions math.private kernel.private compiler
sequences tools.test compiler.tree.debugger accessors kernel ;
[ float-4{ 0 0 0 0 } ] [ float-4 new ] unit-test