]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/intrinsics/simd/backend/backend.factor
basis/extra: removing '[ @ ] in favor of _ for fried quotations.
[factor.git] / basis / compiler / cfg / intrinsics / simd / backend / backend.factor
index 41c330f201386203acf2d2c8a3eda3022b4e3fc1..bcf0df46b4fc6801070ea169001e1b52af3ba86f 100644 (file)
@@ -70,7 +70,7 @@ M: ##horizontal-shl-vector-imm insn-available? rep>> %horizontal-shl-vector-imm-
 M: ##horizontal-shr-vector-imm insn-available? rep>> %horizontal-shr-vector-imm-reps member? ;
 
 : [vector-op-checked] ( #dup quot -- quot )
-    '[ _ ndup [ @ ] { } make dup [ insn-available? ] all? ] ;
+    '[ _ ndup _ { } make dup [ insn-available? ] all? ] ;
 
 GENERIC#: >vector-op-cond 2 ( quot #pick #dup -- quotpair )
 M:: callable >vector-op-cond ( quot #pick #dup -- quotpair )