]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/raytracer/raytracer.factor
Specialized array overhaul
[factor.git] / extra / benchmark / raytracer / raytracer.factor
index 4b60576bd1b1d437945b99bb6b7f3eb016c2f43a..96f345510f0a400efa44501de37e59c8f49c22e9 100755 (executable)
@@ -1,10 +1,11 @@
 ! Factor port of the raytracer benchmark from
 ! http://www.ffconsultancy.com/free/ray_tracer/languages.html
 
-USING: arrays accessors specialized-arrays.double io io.files
+USING: arrays accessors specialized-arrays io io.files
 io.files.temp io.encodings.binary kernel math math.constants
 math.functions math.vectors math.parser make sequences
 sequences.private words hints ;
+SPECIALIZED-ARRAY: double
 IN: benchmark.raytracer
 
 ! parameters