]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/intrinsics/simd/simd.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / basis / compiler / cfg / intrinsics / simd / simd.factor
index 083a73b04af0dd2744e463997a2f574f9d839366..3d64fe2c6ef56f398c09efb65e1f8701da0b7928 100644 (file)
@@ -76,7 +76,7 @@ CONSTANT: rep>half {
 : >variable-shuffle ( shuffle rep -- shuffle' )
     rep-component-type heap-size
     [ dup <repetition> >byte-array ]
-    [ iota >byte-array ] bi
+    [ <iota> >byte-array ] bi
     '[ _ n*v _ v+ ] map concat ;
 
 : ^load-immediate-shuffle ( shuffle rep -- dst )