[vectorIntrinsics] RFR: 8263149: Adding some algorithms optimized by Vector API into JMH benc… [v2]
Wang Zhuo
wzhuo at openjdk.java.net
Wed Mar 10 06:53:13 UTC 2021
On Tue, 9 Mar 2021 01:48:21 GMT, Ningsheng Jian <njian at openjdk.org> wrote:
>> Wang Zhuo has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:
>>
>> 8263149: Adding some algorithms optimized by Vector API into JMH benchmarks
>>
>> Co-authored-by: Joshua Zhu <jzhu at openjdk.org>
>
> test/jdk/jdk/incubator/vector/benchmark/src/main/java/benchmark/bigdata/ValueRangeCheckAndCastL2I.java line 32:
>
>> 30: import jdk.incubator.vector.VectorShape;
>> 31: import jdk.incubator.vector.VectorSpecies;
>> 32: import jdk.incubator.vector.VectorOperators;
>
> Order the imports alphabetically?
Thanks. Fixed, together with the i= issue below
-------------
PR: https://git.openjdk.java.net/panama-vector/pull/45
More information about the panama-dev
mailing list