[vectorIntrinsics+compress] RFR: 8274837: Intel backend support for compress VectorAPI [v2]
Joshua Zhu
jzhu at openjdk.java.net
Thu Oct 7 10:12:49 UTC 2021
On Thu, 7 Oct 2021 10:07:45 GMT, Joshua Zhu <jzhu at openjdk.org> wrote:
>> src/hotspot/cpu/x86/x86.ad line 1818:
>>
>>> 1816: return false;
>>> 1817: }
>>> 1818: if (size_in_bits < 512 && !VM_Version::supports_avx512vl()) {
>>
>> It would be better to add a separate case for Op_CompressV instead of adding it as a fallthrough to gather/scatter.
>
> Done.
Done
-------------
PR: https://git.openjdk.java.net/panama-vector/pull/144
More information about the panama-dev
mailing list