]> gitweb.factorcode.org Git - factor.git/commitdiff
move sequence instance to individual SIMD types rather than simd-128 parent type...
authorJoe Groff <arcata@gmail.com>
Fri, 4 Dec 2009 21:22:59 +0000 (13:22 -0800)
committerJoe Groff <arcata@gmail.com>
Fri, 4 Dec 2009 21:22:59 +0000 (13:22 -0800)
basis/math/vectors/simd/simd.factor

index 036ff22f781ab9ae473c5d5d04a25aa92b7eab35..b7b244de124ce4f765a3c522edbacb674a3755ab 100644 (file)
@@ -230,6 +230,8 @@ BOA-EFFECT define-inline
 M: A pprint-delims drop \ A{ \ } ;
 SYNTAX: A{ \ } [ >A ] parse-literal ;
 
+INSTANCE: A sequence
+
 c:<c-type>
     byte-array >>class
     A >>boxed-class
@@ -249,8 +251,6 @@ PRIVATE>
 
 >>
 
-INSTANCE: simd-128 sequence
-
 ! SIMD instances
 
 SIMD-128: char-16