8145688: Update for x86 pow in the math lib

Optimizes Math.pow() for 64 and 32 bit X86 architecture using Intel LIBM  implementation.

Reviewed-by: kvn
This commit is contained in:
Vivek R Deshpande 2015-12-23 21:09:50 -08:00 committed by Vladimir Kozlov
parent bc04deac15
commit 453650389f
27 changed files with 3714 additions and 691 deletions

View file

@ -740,7 +740,6 @@ void LIR_Assembler::emit_op2(LIR_Op2* op) {
case lir_tan:
case lir_cos:
case lir_log10:
case lir_pow:
intrinsic_op(op->code(), op->in_opr1(), op->in_opr2(), op->result_opr(), op);
break;