projects
/
platform
/
upstream
/
linaro-glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34583d4
)
M68k log2l implementation.
author
Ulrich Drepper
<drepper@redhat.com>
Wed, 6 Jun 2001 12:54:56 +0000
(12:54 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Wed, 6 Jun 2001 12:54:56 +0000
(12:54 +0000)
sysdeps/m68k/fpu/e_log2l.c
[new file with mode: 0644]
patch
|
blob
diff --git a/sysdeps/m68k/fpu/e_log2l.c
b/sysdeps/m68k/fpu/e_log2l.c
new file mode 100644
(file)
index 0000000..
795cfba
--- /dev/null
+++ b/
sysdeps/m68k/fpu/e_log2l.c
@@ -0,0
+1,2
@@
+#define FUNC __ieee754_log10l
+#include <e_acosl.c>