RFR: 8309130: x86_64 AVX512 intrinsics for Arrays.sort methods (int, long, float and double arrays) [v6]
Srinivas Vamsi Parasa
duke at openjdk.org
Tue Aug 1 17:54:07 UTC 2023
On Tue, 6 Jun 2023 19:02:45 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:
>> Srinivas Vamsi Parasa has updated the pull request incrementally with one additional commit since the last revision:
>>
>> fix license in one file
>
> test/micro/org/openjdk/bench/java/util/ArraysSort.java line 85:
>
>> 83: ints_unsorted[i] = rnd.nextInt();
>> 84: longs_unsorted[i] = rnd.nextLong();
>> 85: floats_unsorted[i] = rnd.nextFloat();
>
> Can you also introduce NaN, Infinity, +0.0, -0.0 in input floating point arrays.
This suggestion was also incorporated. Thank you!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14227#discussion_r1280963197
More information about the hotspot-compiler-dev
mailing list