On Tue, 1 Apr 2025 19:59:20 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
>
> Vladimir Ivanov has updated the pull request incrementally with two 
> additional commits since the last revision:
> 
>  - Build changes
>  - share/native -> unix/native

Thanks, Magnus. I incorporated your patches into the PR. The library code is 
now located under `src/jdk.incubator.vector/unix/native/libsleef`.

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

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

Reply via email to