]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/simd-1/simd-1.factor
More integer SIMD work
[factor.git] / extra / benchmark / simd-1 / simd-1.factor
index 4f57cca0bb26b6499f521c003c680d7b8e610afc..1e753a331dadc9391dc379a0644964baf531da2a 100644 (file)
@@ -2,6 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: kernel io math math.functions math.parser math.vectors
 math.vectors.simd sequences specialized-arrays ;
+SIMD: float-4
 SPECIALIZED-ARRAY: float-4
 IN: benchmark.simd-1