mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
* sysdeps/m68k/fpu/bits/mathinline.h: Don't define log2 as inline.
* sysdeps/m68k/fpu/mathimpl.h: Define __ieee754_log2 as inline.
This commit is contained in:
parent
6a9a03d69c
commit
c1bbb195df
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user