math.vectors.simd.cords: add regression test for >A

db4
Joe Groff 2010-06-15 22:44:15 -07:00 committed by Doug Coleman
parent 6dc9e9f108
commit 8a770e0534
1 changed files with 4 additions and 0 deletions

View File

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