RFR: 8294194: [AArch64] Create intrinsics compress and expand [v2]
Andrew Haley
aph at openjdk.org
Tue Nov 1 11:39:28 UTC 2022
On Tue, 1 Nov 2022 11:07:44 GMT, Eric Liu <eliu at openjdk.org> wrote:
>> Correction - we don't want to enable this solely on the present of the feature. With -XX:-UseSVE on the command line, this would break, so we need UseSVE and the feature to be present.
>
> My understanding:
> `VM_Version::supports_svebitperm()` means if the hardware supports the feature or not. `UseSVE` means if user wants to use SVE(2).
OK, got it.
-------------
PR: https://git.openjdk.org/jdk/pull/10537
More information about the hotspot-compiler-dev
mailing list