benchmark.yuv-to-rgb: fix hints

db4
Slava Pestov 2009-08-31 17:07:24 -05:00
parent 8a1dbe1652
commit f6da4856b4
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ STRUCT: yuv_buffer
[ yuv>rgb-row ] with with each [ yuv>rgb-row ] with with each
drop ; drop ;
HINTS: yuv>rgb byte-array byte-array ; HINTS: yuv>rgb byte-array yuv_buffer ;
: yuv>rgb-benchmark ( -- ) : yuv>rgb-benchmark ( -- )
[ fake-data yuv>rgb ] with-destructors ; [ fake-data yuv>rgb ] with-destructors ;