RFR: 8312425: [vectorapi] AArch64: Optimize vector math operations with SLEEF [v9]
Hamlin Li
mli at openjdk.org
Mon Jul 8 09:27:34 UTC 2024
On Mon, 8 Jul 2024 08:43:34 GMT, Andrew Haley <aph at openjdk.org> wrote:
> That doesn't work.
>
> ```
> Running tests using MICRO control variable 'FORK=1;ITER=10;WARMUP_ITER=10;JAVA_OPTIONS=-XX:+UnlockExperimentalVMOptions -XX:+EnableVectorSupport -XX:+UseVectorStubs'
> Unknown test selection: 'org.openjdk.bench.jdk.incubator.vector.operation.Float'
> ```
I think by copying the Float*.java and dependent files under test/micro/org/openjdk/bench/jdk/incubator/vector/operation/ from vectorIntrinsics branch in panama-vector repo can resolve the issue.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18605#issuecomment-2213501489
More information about the build-dev
mailing list