projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58a7755
)
add ieeeremainder
author
bdemsky
<bdemsky>
Sun, 3 Apr 2011 04:22:56 +0000
(
04:22
+0000)
committer
bdemsky
<bdemsky>
Sun, 3 Apr 2011 04:22:56 +0000
(
04:22
+0000)
Robust/src/Runtime/math.c
patch
|
blob
|
history
diff --git
a/Robust/src/Runtime/math.c
b/Robust/src/Runtime/math.c
index 683c033cd0de0f1cc1ddd765685f048aa0e9cc19..ed4fd0e3117c54b2025fae03bc2026472a34a5d4 100644
(file)
--- a/
Robust/src/Runtime/math.c
+++ b/
Robust/src/Runtime/math.c
@@
-82,9
+82,7
@@
float CALL11(___Math______ceilf____F, float ___a___, float ___a___) {
return ceilf(___a___);
}
-#ifdef MGC
float CALL22(___Math______IEEEremainder____F_F, float ___a___, float ___b___, float ___a___, float ___b___) {
return fmod(___a___, ___b___);
}
-#endif