]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tree/propagation/simd/simd.factor
factor: trim using lists
[factor.git] / basis / compiler / tree / propagation / simd / simd.factor
index 0ae3540679df0935bdbaa4ee3c52af383226d005..193d77308d45e920440278f3a5f40b0e42445844 100644 (file)
@@ -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