hotspot/src/cpu/x86/vm/assembler_x86.hpp
changeset 12955 7cb409520a04
parent 12739 09f26b73ae66
child 13104 657b387034fb
--- a/hotspot/src/cpu/x86/vm/assembler_x86.hpp	Mon Jun 11 22:38:28 2012 -0700
+++ b/hotspot/src/cpu/x86/vm/assembler_x86.hpp	Tue Jun 12 10:02:36 2012 +0200
@@ -2395,6 +2395,8 @@
   // runtime call.
   void fast_pow();
   void fast_exp();
+  void increase_precision();
+  void restore_precision();
 
   // computes exp(x). Fallback to runtime call included.
   void exp_with_fallback(int num_fpu_regs_in_use) { pow_or_exp(true, num_fpu_regs_in_use); }