< prev index next >

test/jdk/jdk/incubator/vector/benchmark/src/main/java/benchmark/jdk/incubator/vector/Float64Vector.java

Print this page

        

*** 758,768 **** bh.consume(r); } @Benchmark ! public void extract(Blackhole bh) { float[] a = fa.apply(SPECIES.length()); float[] r = fr.apply(SPECIES.length()); for (int ic = 0; ic < INVOC_COUNT; ic++) { for (int i = 0; i < a.length; i += SPECIES.length()) { --- 758,768 ---- bh.consume(r); } @Benchmark ! public void laneextract(Blackhole bh) { float[] a = fa.apply(SPECIES.length()); float[] r = fr.apply(SPECIES.length()); for (int ic = 0; ic < INVOC_COUNT; ic++) { for (int i = 0; i < a.length; i += SPECIES.length()) {
< prev index next >