]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/nbody-simd/nbody-simd.factor
More integer SIMD work
[factor.git] / extra / benchmark / nbody-simd / nbody-simd.factor
index e8bef58923beae7076aa7f7d4c680b96a96a718a..3aedffed91fd5f16509847b650783072d94b073e 100644 (file)
@@ -4,6 +4,7 @@ USING: accessors fry kernel locals math math.constants
 math.functions math.vectors math.vectors.simd prettyprint
 combinators.smart sequences hints classes.struct
 specialized-arrays ;
+SIMD: double-4
 IN: benchmark.nbody-simd
 
 : solar-mass ( -- x ) 4 pi sq * ; inline