about summary refs log tree commit diff
path: root/math/w_pow.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_pow.c')
-rw-r--r--math/w_pow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/w_pow.c b/math/w_pow.c
index 713d7a8719..26790b91d8 100644
--- a/math/w_pow.c
+++ b/math/w_pow.c
@@ -25,7 +25,7 @@ double
 __pow (double x, double y)
 {
   double z = __ieee754_pow (x, y);
-  if (__builtin_expect (!__finite (z), 0))
+  if (__glibc_unlikely (!__finite (z)))
     {
       if (_LIB_VERSION != _IEEE_)
 	{