OpenJDK / jdk / jdk
changeset 56471:67b3480882b4
8231713: x86_32 build failures after JDK-8226721 (Missing intrinsics for Math.ceil, floor, rint)
Reviewed-by: kvn
author | shade |
---|---|
date | Thu, 03 Oct 2019 07:38:00 +0200 |
parents | e606e9b6ba7a |
children | 389e50d98dc3 |
files | src/hotspot/cpu/x86/x86.ad |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/hotspot/cpu/x86/x86.ad Thu Oct 03 07:10:36 2019 +0200 +++ b/src/hotspot/cpu/x86/x86.ad Thu Oct 03 07:38:00 2019 +0200 @@ -2863,6 +2863,7 @@ %} +#ifdef _LP64 instruct roundD_reg(legRegD dst, legRegD src, immU8 rmode) %{ predicate(UseSSE>=4); match(Set dst (RoundDoubleMode src rmode)); @@ -2963,6 +2964,7 @@ %} ins_pipe( pipe_slow ); %} +#endif // _LP64 instruct onspinwait() %{ match(OnSpinWait);