projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0732841
)
* sysdeps/m68k/fpu/bits/mathinline.h: Don't define log2 as inline.
author
schwab
<schwab>
Fri, 15 Jun 2001 13:59:10 +0000
(13:59 +0000)
committer
schwab
<schwab>
Fri, 15 Jun 2001 13:59:10 +0000
(13:59 +0000)
* sysdeps/m68k/fpu/mathimpl.h: Define __ieee754_log2 as inline.
sysdeps/m68k/fpu/bits/mathinline.h
patch
|
blob
|
history
diff --git
a/sysdeps/m68k/fpu/bits/mathinline.h
b/sysdeps/m68k/fpu/bits/mathinline.h
index
82446d2
..
cb59773
100644
(file)
--- 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