RFR: 8289552: Make intrinsic conversions between bit representations of half precision values and floats [v8]
Quan Anh Mai
qamai at openjdk.org
Fri Sep 30 11:05:08 UTC 2022
On Fri, 30 Sep 2022 03:13:09 GMT, Sandhya Viswanathan <sviswanathan at openjdk.org> wrote:
>> @smita-kamath I have builds failures. Please, build and test yourself to verify changes.
>>
>> src/hotspot/cpu/x86/assembler_x86.cpp: In member function 'void Assembler::evcvtps2ph(Address, KRegister, XMMRegister, int, int)':
>> src/hotspot/cpu/x86/assembler_x86.cpp:1950:15: error: no matching function for call to 'Assembler::emit_operand(XMMRegister&, Address&)'
>> emit_operand(src, dst);
>
> @vnkozlov I spoke too soon. All the GHA tests passed in the dummy draft PR I created using Smita's patch:
> https://github.com/openjdk/jdk/pull/10500
> Please take a look. No build failures reported and all tier1 tests passed.
@sviswa7 The failure is due to [JDK-8293618](https://bugs.openjdk.org/browse/JDK-8293618), @smita-kamath please merge with master. Thanks.
-------------
PR: https://git.openjdk.org/jdk/pull/9781
More information about the hotspot-dev
mailing list