aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/m68k
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/m68k')
-rw-r--r--sysdeps/m68k/fpu/bits/mathinline.h2
-rw-r--r--sysdeps/m68k/fpu/mathimpl.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/m68k/fpu/bits/mathinline.h b/sysdeps/m68k/fpu/bits/mathinline.h
index 82446d2..cb59773 100644
--- a/sysdeps/m68k/fpu/bits/mathinline.h
+++ b/sysdeps/m68k/fpu/bits/mathinline.h
@@ -134,7 +134,6 @@ __inline_mathop(__significand, getman)
#endif
#ifdef __USE_ISOC99
-__inline_mathop(__log2, log2)
__inline_mathop(__trunc, intrz)
#endif
@@ -157,7 +156,6 @@ __inline_mathop(significand, getman)
# endif
# ifdef __USE_ISOC99
-__inline_mathop(log2, log2)
__inline_mathop(trunc, intrz)
# endif
diff --git a/sysdeps/m68k/fpu/mathimpl.h b/sysdeps/m68k/fpu/mathimpl.h
index a2785b2..7fa8144 100644
--- a/sysdeps/m68k/fpu/mathimpl.h
+++ b/sysdeps/m68k/fpu/mathimpl.h
@@ -29,6 +29,7 @@ __inline_mathop (__ieee754_exp, etox)
__inline_mathop (__ieee754_exp2, twotox)
__inline_mathop (__ieee754_exp10, tentox)
__inline_mathop (__ieee754_log10, log10)
+__inline_mathop (__ieee754_log2, log2)
__inline_mathop (__ieee754_log, logn)
__inline_mathop (__ieee754_sqrt, sqrt)
__inline_mathop (__ieee754_atanh, atanh)