]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/3d-matrix-vector/3d-matrix-vector.factor
factor: trim using lists
[factor.git] / extra / benchmark / 3d-matrix-vector / 3d-matrix-vector.factor
index c489079bd49a1d26e7fc319dcbece4db1e0df1b2..7f43e0e7b328a3122f32a4a733d62fead4dcf37f 100644 (file)
@@ -1,5 +1,5 @@
-USING: kernel locals math math.matrices.simd math.order math.vectors
-math.vectors.simd prettyprint sequences typed ;
+USING: kernel math math.matrices.simd math.vectors
+math.vectors.simd prettyprint typed ;
 QUALIFIED-WITH: alien.c-types c
 IN: benchmark.3d-matrix-vector