]> gitweb.factorcode.org Git - factor.git/commitdiff
scuttle bogus math.vectors.simd test
authorJoe Groff <arcata@gmail.com>
Sat, 17 Oct 2009 23:47:31 +0000 (18:47 -0500)
committerJoe Groff <arcata@gmail.com>
Sat, 17 Oct 2009 23:47:31 +0000 (18:47 -0500)
basis/math/vectors/simd/simd-tests.factor

index 8d0b88c39379c50314e9e405659dd878c584ee3b..7803c009547cbcde14c6ac3a394138b10407940c 100644 (file)
@@ -48,11 +48,6 @@ cpu x86? [
         float-4{ 0 1 0 2 }
         [ { float-4 } declare dup v+ underlying>> double-2 boa dup v+ ] compile-call
     ] unit-test
-    
-    [ 33.0 ] [
-        double-2{ 1 2 } double-2{ 10 20 }
-        [ { double-2 double-2 } declare v+ underlying>> 3.0 float* ] compile-call
-    ] unit-test
 ] when
 
 ! Fuzz testing