X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fbenchmark%2Fdispatch2%2Fdispatch2.factor;h=a30719359be84ca99b17dcfb7e10d036d902e69c;hp=659a2428faf2fd4e1858524e5ba0290ffc3fee5b;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/benchmark/dispatch2/dispatch2.factor b/extra/benchmark/dispatch2/dispatch2.factor index 659a2428fa..a30719359b 100644 --- a/extra/benchmark/dispatch2/dispatch2.factor +++ b/extra/benchmark/dispatch2/dispatch2.factor @@ -1,4 +1,4 @@ -USING: alien.c-types make math sequences splitting grouping +USING: alien.c-types make math sequences grouping kernel columns specialized-arrays bit-arrays ; SPECIALIZED-ARRAY: double IN: benchmark.dispatch2