RFR: 8365911: AArch64: Fix encoding error in sve_cpy for negative floats [v2]

erifan duke at openjdk.org
Wed Sep 3 10:06:47 UTC 2025


On Wed, 3 Sep 2025 08:50:57 GMT, Andrew Haley <aph at openjdk.org> wrote:

>> It's hard to say, because it is actually the value bits of a fp8.
>> 
>> Simply put, the lower 8 bits are valid values. The remaining bits must be 0.
>
> Sorry, thinko. I meant to say
> 
> `imm8 & ~0xff`
> 
> but never mind, let it stand.

Ok, thanks!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/26951#discussion_r2318451958


More information about the hotspot-compiler-dev mailing list