RFR: 8309130: x86_64 AVX512 intrinsics for Arrays.sort methods (int, long, float and double arrays)
Srinivas Vamsi Parasa
duke at openjdk.org
Tue May 30 19:02:42 UTC 2023
The goal is to develop faster sort routines for x68_64 CPUs by taking advantage of AVX512 instructions. This enhancement provides an order of magnitude speedup for Arrays.sort() using int, long, float and double arrays.
-------------
Commit messages:
- 8309130: x86_64 AVX512 intrinsics for Arrays.sort methods (int, long, float and double arrays)
Changes: https://git.openjdk.org/jdk/pull/14227/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=14227&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8309130
Stats: 2907 lines in 18 files changed: 2898 ins; 0 del; 9 mod
Patch: https://git.openjdk.org/jdk/pull/14227.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/14227/head:pull/14227
PR: https://git.openjdk.org/jdk/pull/14227
More information about the hotspot-compiler-dev
mailing list