RFR: 8371955: Support AVX10 floating point comparison instructions [v3]

Mohamed Issa missa at openjdk.org
Fri Jan 9 01:28:16 UTC 2026


On Fri, 9 Jan 2026 00:32:09 GMT, Sandhya Viswanathan <sviswanathan at openjdk.org> wrote:

>> Mohamed Issa has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Also update copyright year in IREncodingPrinter.java
>
> src/hotspot/cpu/x86/x86.ad line 1706:
> 
>> 1704:     __ setcc(Assembler::above, dst);
>> 1705:     __ jcc(Assembler::aboveEqual, done);
>> 1706:     __ movl(dst, -1);
> 
> This seems to be applicable for both with/without AVX 10.2.

Yes, I'll merge and add comments.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/28337#discussion_r2674476014


More information about the core-libs-dev mailing list