RFR: 8353217: Build libsleef on macos-aarch64 [v2]
Vladimir Ivanov
vlivanov at openjdk.org
Tue Apr 1 19:59:20 UTC 2025
> 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
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/24306/files
- new: https://git.openjdk.org/jdk/pull/24306/files/108cc0c3..90312182
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=24306&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=24306&range=00-01
Stats: 67 lines in 175 files changed: 14 ins; 32 del; 21 mod
Patch: https://git.openjdk.org/jdk/pull/24306.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/24306/head:pull/24306
PR: https://git.openjdk.org/jdk/pull/24306
More information about the build-dev
mailing list