RFR: 8289552: Make intrinsic conversions between bit representations of half precision values and floats [v8]

Sandhya Viswanathan sviswanathan at openjdk.org
Fri Sep 30 00:19:23 UTC 2022


On Thu, 29 Sep 2022 18:34:41 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> @vnkozlov I have addressed all review comments. Could you please run the patch through your testing? Thanks a lot for all the help.
>
> @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 also don't see any build issue. I tried creating a dummy draft PR under my fork to get the GHA to run. But looks like now-a-days GHA doesn't run on draft PR.

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

PR: https://git.openjdk.org/jdk/pull/9781


More information about the core-libs-dev mailing list