-
Bug
-
Resolution: Fixed
-
P1
-
17
-
b05
-
aarch64
After JDK-8258932 the aarch64 builds are failing with
test/hotspot/gtest/aarch64/asmtest.out.h:543:28:
error: cannot convert 'Assembler::SIMD_Arrangement' to 'FloatRegister' {aka 'FloatRegisterImpl*'}
543 | __ fmaxp(v4, __ T2S, v5); // fmaxp s4, v5.2S
similarly for fminp.
test/hotspot/gtest/aarch64/asmtest.out.h:543:28:
error: cannot convert 'Assembler::SIMD_Arrangement' to 'FloatRegister' {aka 'FloatRegisterImpl*'}
543 | __ fmaxp(v4, __ T2S, v5); // fmaxp s4, v5.2S
similarly for fminp.
- relates to
-
JDK-8258932 AArch64: Enhance floating-point Min/MaxReductionV with fminp/fmaxp
- Resolved