diff src/share/vm/c1/c1_LinearScan.cpp @ 6084:6759698e3140

7133857: exp() and pow() should use the x87 ISA on x86 Summary: use x87 instructions to implement exp() and pow() in interpreter/c1/c2. Reviewed-by: kvn, never, twisti
author roland
date Tue, 15 May 2012 10:10:23 +0200
parents b279f99d7143
children d2a62e0f25eb
line wrap: on
line diff
--- a/src/share/vm/c1/c1_LinearScan.cpp	Mon May 14 09:36:00 2012 -0700
+++ b/src/share/vm/c1/c1_LinearScan.cpp	Tue May 15 10:10:23 2012 +0200
@@ -6579,6 +6579,8 @@
         case lir_abs:
         case lir_log10:
         case lir_log:
+        case lir_pow:
+        case lir_exp:
         case lir_logic_and:
         case lir_logic_or:
         case lir_logic_xor: