On Sat, 26 Aug 2023 00:15:44 GMT, Anthony Scarpino <ascarp...@openjdk.org> wrote:
> I'm curious in the Java code, why an encryption boolean was needed for this > change but wasn't needed for the AVX512 changes. It is the other way around, the java code accesses the class' "encrypt" variable easily, but it was easier to add it as an argument for the intrinsic. ------------- PR Comment: https://git.openjdk.org/jdk/pull/15410#issuecomment-1695755375