8231713: x86_32 build failures after JDK-8226721 (Missing intrinsics for Math.ceil, floor, rint)
authorshade
Thu, 03 Oct 2019 07:38:00 +0200
changeset 58450 67b3480882b4
parent 58449 e606e9b6ba7a
child 58451 389e50d98dc3
8231713: x86_32 build failures after JDK-8226721 (Missing intrinsics for Math.ceil, floor, rint) Reviewed-by: kvn
src/hotspot/cpu/x86/x86.ad
--- 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);