Integrated: 8353217: Build libsleef on macos-aarch64
Vladimir Ivanov
vlivanov at openjdk.org
Wed Apr 2 19:45:59 UTC 2025
On Sat, 29 Mar 2025 00:58:59 GMT, Vladimir Ivanov <vlivanov at 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 <vlivanov at 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 <ihse at openjdk.org>
Reviewed-by: erikj, kvn, ihse
-------------
PR: https://git.openjdk.org/jdk/pull/24306
More information about the build-dev
mailing list