RFR: 8287835: Add support for additional float/double to integral conversion for x86 [v2]
Sandhya Viswanathan
sviswanathan at openjdk.java.net
Mon Jun 6 21:22:07 UTC 2022
On Mon, 6 Jun 2022 19:04:56 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> Sandhya Viswanathan has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Review comments resolution and cleanup
>
> src/hotspot/cpu/x86/x86.ad line 1871:
>
>> 1869: break;
>> 1870: case Op_VectorCastD2X:
>> 1871: if (((UseAVX <= 2) || (!VM_Version::supports_avx512vl())) &&
>
> Which asm instructions are required avx512vl? I don't see asserts in `assembler_x86.cpp`
avx512vl support is needed only for vectors < 512 bit. I have corrected this in the predicate.
-------------
PR: https://git.openjdk.java.net/jdk/pull/9032
More information about the hotspot-compiler-dev
mailing list