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:
ec8a2b7
)
* sysdeps/m68k/fpu/bits/mathinline.h: Don't define log2 as inline.
author
schwab
<schwab>
Fri, 15 Jun 2001 13:59:28 +0000
(13:59 +0000)
committer
schwab
<schwab>
Fri, 15 Jun 2001 13:59:28 +0000
(13:59 +0000)
* sysdeps/m68k/fpu/mathimpl.h: Define __ieee754_log2 as inline.
sysdeps/m68k/fpu/mathimpl.h
patch
|
blob
|
history
diff --git
a/sysdeps/m68k/fpu/mathimpl.h
b/sysdeps/m68k/fpu/mathimpl.h
index
a2785b2
..
7fa8144
100644
(file)
--- 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)