diff --git a/basis/math/vectors/simd/cords/cords-tests.factor b/basis/math/vectors/simd/cords/cords-tests.factor new file mode 100644 index 0000000000..eee11b396a --- /dev/null +++ b/basis/math/vectors/simd/cords/cords-tests.factor @@ -0,0 +1,4 @@ +USING: math.vectors.simd math.vectors.simd.cords tools.test ; +IN: math.vectors.simd.cords.tests + +[ float-4{ 1.0 2.0 3.0 4.0 } ] [ double-4{ 1.0 2.0 3.0 4.0 } >float-4 ] unit-test