RFR: 8309130: x86_64 AVX512 intrinsics for Arrays.sort methods (int, long, float and double arrays) [v29]
Sandhya Viswanathan
sviswanathan at openjdk.org
Fri Aug 25 23:20:15 UTC 2023
On Fri, 25 Aug 2023 18:46:53 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> Srinivas Vamsi Parasa has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Remove unnecessary import in Arrays.java
>
> After I fixed it Tier1 passed and I submitted other tiers.
@vnkozlov The _mm512_set1_* are all C/C++ intrinsics for Intel instructions documented at https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html. Both GCC and Microsoft C implements them.
https://learn.microsoft.com/en-us/cpp/intrinsics/x64-amd64-intrinsics-list.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14227#issuecomment-1694025189
More information about the build-dev
mailing list