From c1bbb195dfe0d636cb1759de25879e83dca9dc12 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 15 Jun 2001 13:59:28 +0000 Subject: * sysdeps/m68k/fpu/bits/mathinline.h: Don't define log2 as inline. * sysdeps/m68k/fpu/mathimpl.h: Define __ieee754_log2 as inline. --- sysdeps/m68k/fpu/bits/mathinline.h | 2 -- sysdeps/m68k/fpu/mathimpl.h | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'sysdeps/m68k') 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) -- cgit v1.1