On Sat, 29 Mar 2025 00:58:59 GMT, Vladimir Ivanov <vliva...@openjdk.org> wrote:
> Build and use SLEEF library as a backend implementation for Vector API > trigonometric functions on macosx-aarch64 platform. > > It improves raw throughput and eliminates GC overhead of non-intrinsified > Vector API operation. > > PR includes build changes and libsleef sources relocation from > `src/jdk.incubator.vector/linux/native/` to > `src/jdk.incubator.vector/share/native/`. > > Once libsleef library is present, existing code in > `stubGenerator_aarch64.cpp` successfully links at JVM startup. > > Testing: hs-tier1 - hs-tier4, microbenchmarks This pull request has now been integrated. Changeset: 130b0cda Author: Vladimir Ivanov <vliva...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/130b0cdaa6604da47a893e5425547acf3d5253f4 Stats: 167 lines in 176 files changed: 73 ins; 77 del; 17 mod 8353217: Build libsleef on macos-aarch64 Co-authored-by: Magnus Ihse Bursie <i...@openjdk.org> Reviewed-by: erikj, kvn, ihse ------------- PR: https://git.openjdk.org/jdk/pull/24306