RFR: 8307513: C2: intrinsify Math.max(long,long) and Math.min(long,long)
Galder Zamarreño
galder at openjdk.org
Mon Jan 13 15:37:44 UTC 2025
On Thu, 9 Jan 2025 12:18:48 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
>> @eme64 aarch64 work for this is now complete. I tweaked the `applyIf` condition `MinMaxRed_Long` to make sure `MaxVectorSize` is 32 or higher. I verified this on both Graviton 3 (256 bit register, `MaxVectorSize=32`) and an AVX-512 intel (512 bit register, `MaxVectorSize=64`)
>
> @galderz So you want me to review again?
@eme64 Yes please
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20098#issuecomment-2587450313
More information about the core-libs-dev
mailing list