update benchmark.nbody-simd and benchmark.raytracer-simd
parent
578a0e3fd5
commit
cb8f757c72
|
@ -2,9 +2,8 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors alien.c-types fry kernel locals math
|
USING: accessors alien.c-types fry kernel locals math
|
||||||
math.constants math.functions math.vectors math.vectors.simd
|
math.constants math.functions math.vectors math.vectors.simd
|
||||||
prettyprint combinators.smart sequences hints classes.struct
|
math.vectors.simd.cords prettyprint combinators.smart sequences
|
||||||
specialized-arrays ;
|
hints classes.struct specialized-arrays ;
|
||||||
SIMD: double
|
|
||||||
IN: benchmark.nbody-simd
|
IN: benchmark.nbody-simd
|
||||||
|
|
||||||
: solar-mass ( -- x ) 4 pi sq * ; inline
|
: solar-mass ( -- x ) 4 pi sq * ; inline
|
||||||
|
|
|
@ -3,10 +3,9 @@
|
||||||
|
|
||||||
USING: arrays accessors io io.files io.files.temp
|
USING: arrays accessors io io.files io.files.temp
|
||||||
io.encodings.binary kernel math math.constants math.functions
|
io.encodings.binary kernel math math.constants math.functions
|
||||||
math.vectors math.vectors.simd math.parser make sequences
|
math.vectors math.vectors.simd math.vectors.simd.cords math.parser
|
||||||
sequences.private words hints classes.struct ;
|
make sequences sequences.private words hints classes.struct ;
|
||||||
QUALIFIED-WITH: alien.c-types c
|
QUALIFIED-WITH: alien.c-types c
|
||||||
SIMD: c:double
|
|
||||||
IN: benchmark.raytracer-simd
|
IN: benchmark.raytracer-simd
|
||||||
|
|
||||||
! parameters
|
! parameters
|
||||||
|
|
Loading…
Reference in New Issue