projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29b1217
)
m68k specific complex sine implementation for float.
author
Ulrich Drepper
<drepper@redhat.com>
Wed, 7 May 1997 15:27:51 +0000
(15:27 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Wed, 7 May 1997 15:27:51 +0000
(15:27 +0000)
sysdeps/m68k/fpu/s_csinf.c
[new file with mode: 0644]
patch
|
blob
diff --git a/sysdeps/m68k/fpu/s_csinf.c
b/sysdeps/m68k/fpu/s_csinf.c
new file mode 100644
(file)
index 0000000..
b760e19
--- /dev/null
+++ b/
sysdeps/m68k/fpu/s_csinf.c
@@ -0,0
+1,3
@@
+#define SUFF f
+#define float_type float
+#include <s_csin.c>