]> gitweb.factorcode.org Git - factor.git/commitdiff
benchmark.yuv-to-rgb: fix hints
authorSlava Pestov <slava@shill.local>
Mon, 31 Aug 2009 22:07:24 +0000 (17:07 -0500)
committerSlava Pestov <slava@shill.local>
Mon, 31 Aug 2009 22:07:24 +0000 (17:07 -0500)
extra/benchmark/yuv-to-rgb/yuv-to-rgb.factor

index 561b6f0c0a30b8e2fcb8a54635f067626f6a207a..8041bef07f2c740f063f0062231abc61a0035990 100644 (file)
@@ -86,7 +86,7 @@ STRUCT: yuv_buffer
     [ yuv>rgb-row ] with with each
     drop ;
 
-HINTS: yuv>rgb byte-array byte-array ;
+HINTS: yuv>rgb byte-array yuv_buffer ;
 
 : yuv>rgb-benchmark ( -- )
     [ fake-data yuv>rgb ] with-destructors ;