]> gitweb.factorcode.org Git - factor.git/commitdiff
compiler.tree.propagation: missed using
authorJoe Groff <arcata@gmail.com>
Sun, 13 Nov 2011 03:29:17 +0000 (19:29 -0800)
committerJoe Groff <arcata@gmail.com>
Mon, 14 Nov 2011 00:10:25 +0000 (16:10 -0800)
basis/compiler/tree/propagation/simd/simd.factor

index 9300ec046d02cd901b8a67aff4357d6a2bc10c45..e73ecc062405da6f613ef9970cb292ca4b1a1480 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors assocs byte-arrays combinators compiler.cfg.builder
 continuations fry sequences compiler.tree.propagation.info
-compiler.tree.propagation.nodes cpu.architecture kernel words
+compiler.tree.propagation.nodes cpu.architecture kernel layouts words
 make math math.intervals math.vectors.simd.intrinsics namespaces ;
 IN: compiler.tree.propagation.simd