8231713: x86_32 build failures after JDK-8226721 (Missing intrinsics for Math.ceil, floor, rint)

Reviewed-by: kvn
This commit is contained in:
Aleksey Shipilev 2019-10-03 07:38:00 +02:00
parent e587fc13cf
commit 3d4da79186

@ -2863,6 +2863,7 @@ instruct sqrtD_imm(regD dst, immD con) %{
%}
#ifdef _LP64
instruct roundD_reg(legRegD dst, legRegD src, immU8 rmode) %{
predicate(UseSSE>=4);
match(Set dst (RoundDoubleMode src rmode));
@ -2963,6 +2964,7 @@ instruct vround8D_mem(vecZ dst, memory mem, immU8 rmode) %{
%}
ins_pipe( pipe_slow );
%}
#endif // _LP64
instruct onspinwait() %{
match(OnSpinWait);