factor/extra/benchmark/terrain-generation/terrain-generation.factor

12 lines
378 B
Factor
Raw Permalink Normal View History

! Copyright (C) 2009, 2012 Joe Groff.
! See http://factorcode.org/license.txt for BSD license.
2012-07-19 22:10:09 -04:00
USING: accessors kernel math.vectors.simd terrain.generation ;
2009-10-16 00:20:05 -04:00
FROM: alien.c-types => float ;
IN: benchmark.terrain-generation
: terrain-generation-benchmark ( -- )
2012-07-19 22:10:09 -04:00
<terrain> float-4{ 0 0 0 1 } terrain-segment
dim>> { 512 512 } assert= ;
MAIN: terrain-generation-benchmark