about summary refs log tree commit diff
path: root/sysdeps/x86/fpu/powl_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86/fpu/powl_helper.c')
-rw-r--r--sysdeps/x86/fpu/powl_helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/x86/fpu/powl_helper.c b/sysdeps/x86/fpu/powl_helper.c
index f2774b7059..7f46c7327a 100644
--- a/sysdeps/x86/fpu/powl_helper.c
+++ b/sysdeps/x86/fpu/powl_helper.c
@@ -229,6 +229,7 @@ __powl_helper (long double x, long double y)
   if (negate)
     res = -res;
   asm ("fscale" : "=t" (res) : "0" (res), "u" (log2_res_int));
+  math_check_force_underflow (res);
   return res;
 }