--- old/src/cpu/x86/vm/assembler_x86.hpp 2012-06-11 12:53:13.711306258 +0200 +++ new/src/cpu/x86/vm/assembler_x86.hpp 2012-06-11 12:53:13.523326146 +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); }