RFR: 8312425: [vectorapi] AArch64: Optimize vector math operations with SLEEF [v2]
Hamlin Li
mli at openjdk.org
Fri Mar 15 11:37:39 UTC 2024
On Thu, 14 Mar 2024 15:29:51 GMT, Andrew Haley <aph at openjdk.org> wrote:
> > Hi, thanks for continuing with this.
> > As this is similar to SVML, comments applies to x86 also:
> > ```
> > * There is no way to stop the VM from trying to load vmath ?
> > There is both a UseNeon and a UseSVE, if I set both to false I would expect no vector and no vmath.
> > ```
>
> The JVM won't work without Neon. It's always there. Better to delete the flag.
Sure, will track this in a seperate [pr](https://bugs.openjdk.org/browse/JDK-8328265).
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18294#issuecomment-1999469411
More information about the hotspot-dev
mailing list