]> gitweb.factorcode.org Git - factor.git/commitdiff
math.vectors.simd.cords: add regression test for >A
authorJoe Groff <arcata@gmail.com>
Wed, 16 Jun 2010 05:44:15 +0000 (22:44 -0700)
committerJoe Groff <arcata@gmail.com>
Wed, 16 Jun 2010 05:44:15 +0000 (22:44 -0700)
basis/math/vectors/simd/cords/cords-tests.factor [new file with mode: 0644]

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