On Wed, 26 Aug 2026 00:25:23 GMT, Shawn Emery <[email protected]> wrote:

>> @smemery Could you also limit the test to run only on x86 and aarch64. We 
>> don't really want to run it on arches that don't have an intrinsic as it 
>> results will be bogus.
>
> I'm reluctant in restricting this benchmark to just x86 and aarch64 given 
> that the other half of the benchmarks, `IntegerPolynomialP256`, are not 
> dependent upon intrinsics and could prove to be useful if we decide to 
> optimize the Java implementation, like we have for other curves, e.g., 
> Curve25519, and need a way to measure performance gains from these 
> optimizations.

Ah yes, sorry -- I was thinking each test was going to be separately run. Ok as 
is then.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/32047#discussion_r3863328332

Reply via email to