diff options
Diffstat (limited to 'src/math/i386/remainderf.s')
-rw-r--r-- | src/math/i386/remainderf.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/math/i386/remainderf.s b/src/math/i386/remainderf.s index 5b5fc235..ac6e3677 100644 --- a/src/math/i386/remainderf.s +++ b/src/math/i386/remainderf.s @@ -1,6 +1,9 @@ .global remainderf .type remainderf,@function remainderf: +.weak dremf +.type dremf,@function +dremf: flds 8(%esp) flds 4(%esp) 1: fprem1 |