X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fcompiler%2Ftree%2Fpropagation%2Fsimd%2Fsimd.factor;h=193d77308d45e920440278f3a5f40b0e42445844;hp=0ae3540679df0935bdbaa4ee3c52af383226d005;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/basis/compiler/tree/propagation/simd/simd.factor b/basis/compiler/tree/propagation/simd/simd.factor index 0ae3540679..193d77308d 100644 --- a/basis/compiler/tree/propagation/simd/simd.factor +++ b/basis/compiler/tree/propagation/simd/simd.factor @@ -2,7 +2,7 @@ ! See http://factorcode.org/license.txt for BSD license. USING: accessors byte-arrays combinators compiler.cfg.builder compiler.tree.propagation.info compiler.tree.propagation.nodes -continuations cpu.architecture fry kernel layouts math +continuations cpu.architecture kernel layouts math math.intervals math.vectors.simd.intrinsics namespaces sequences words ; IN: compiler.tree.propagation.simd