RFR: 8307513: C2: intrinsify Math.max(long,long) and Math.min(long,long)

Galder Zamarreño galder at openjdk.org
Tue Jan 14 05:10:41 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 I've fixed the test issue, it's ready to be reviewed

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

PR Comment: https://git.openjdk.org/jdk/pull/20098#issuecomment-2589014197


More information about the graal-dev mailing list