update benchmark.nbody-simd and benchmark.raytracer-simd

db4
Joe Groff 2009-11-25 18:02:27 -08:00
parent 578a0e3fd5
commit cb8f757c72
2 changed files with 4 additions and 6 deletions

View File

@ -2,9 +2,8 @@
! See http://factorcode.org/license.txt for BSD license.
USING: accessors alien.c-types fry kernel locals math
math.constants math.functions math.vectors math.vectors.simd
prettyprint combinators.smart sequences hints classes.struct
specialized-arrays ;
SIMD: double
math.vectors.simd.cords prettyprint combinators.smart sequences
hints classes.struct specialized-arrays ;
IN: benchmark.nbody-simd
: solar-mass ( -- x ) 4 pi sq * ; inline

View File

@ -3,10 +3,9 @@
USING: arrays accessors io io.files io.files.temp
io.encodings.binary kernel math math.constants math.functions
math.vectors math.vectors.simd math.parser make sequences
sequences.private words hints classes.struct ;
math.vectors math.vectors.simd math.vectors.simd.cords math.parser
make sequences sequences.private words hints classes.struct ;
QUALIFIED-WITH: alien.c-types c
SIMD: c:double
IN: benchmark.raytracer-simd
! parameters