RFR: 8353217: Build libsleef on macos-aarch64 [v3]

Vladimir Ivanov vlivanov at openjdk.org
Wed Apr 2 19:42:57 UTC 2025


On Tue, 1 Apr 2025 22:45:09 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
>
> Vladimir Ivanov has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Adjust README.md

Thanks for the feedback and reviews, Julian, Vladimir, Aleksey, Magnus, and Erik.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/24306#issuecomment-2773549083


More information about the build-dev mailing list