X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fi386%2Fremainderf.s;h=6a7378a3401755402859220b211d46fc26193c8a;hb=5fc1487832e16aa2119e735a388d5f36c8c139e2;hp=5b5fc2356f1d6b5335102ea0cb314b5e55e800e1;hpb=b935147761d1770bb115f09f8c28ddb4d36e1236;p=musl diff --git a/src/math/i386/remainderf.s b/src/math/i386/remainderf.s index 5b5fc235..6a7378a3 100644 --- a/src/math/i386/remainderf.s +++ b/src/math/i386/remainderf.s @@ -1,10 +1,13 @@ .global remainderf .type remainderf,@function remainderf: +.weak dremf +.type dremf,@function +dremf: flds 8(%esp) flds 4(%esp) 1: fprem1 - fstsw %ax + fnstsw %ax sahf jp 1b fstp %st(1)