]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/intrinsics/simd/backend/backend.factor
factor: Rename GENERIC# to GENERIC#:.
[factor.git] / basis / compiler / cfg / intrinsics / simd / backend / backend.factor
index 9233e26885c990ba4ca1f9ce08c20a13810bf13a..89823fd15b4cf790895398fa133317cc38f2f007 100644 (file)
@@ -71,7 +71,7 @@ M: ##horizontal-shr-vector-imm insn-available? rep>> %horizontal-shr-vector-imm-
 : [vector-op-checked] ( #dup quot -- quot )
     '[ _ ndup [ @ ] { } make dup [ insn-available? ] all? ] ;
 
-GENERIC# >vector-op-cond 2 ( quot #pick #dup -- quotpair )
+GENERIC#: >vector-op-cond 2 ( quot #pick #dup -- quotpair )
 M:: callable >vector-op-cond ( quot #pick #dup -- quotpair )
     #dup quot [vector-op-checked] '[ 2drop @ ]
     #dup '[ % _ nnip ]