RFR: 8312425: [vectorapi] AArch64: Optimize vector math operations with SLEEF [v4]

Magnus Ihse Bursie ihse at openjdk.org
Fri Mar 22 12:44:23 UTC 2024


On Fri, 22 Mar 2024 12:31:53 GMT, Andrew Haley <aph at openjdk.org> wrote:

> Ah, it'll only be the redirect library that's compiled with -march=armv8-a+sve Forget that.

But that raises an interesting question. What happens if you try to load a library compiled with `-march=armv8-a+sve` on a non-SVE system? Is the ELF flagged to require SVE so it will fail to load? I'm hoping this is the case -- if so, everything will work as it should in this PR, but I honestly don't know. (After spending like 10 years working with building, I still discover things I need to learn...).

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

PR Comment: https://git.openjdk.org/jdk/pull/18294#issuecomment-2015020065


More information about the build-dev mailing list