[MinGW-Notify] [SCM] mingw-org-wsl (mingw) branch, 5.4-trunk, updated. b3f510ab65f64fca31e823bbc7fd69eeca7cf1d9

Back to archive index
MinGW Notification List mingw****@lists*****
Sat Mar 20 18:46:22 JST 2021


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to "mingw-org-wsl" repository
containing the "mingw" project.

The branch, 5.4-trunk has been updated
       via  b3f510ab65f64fca31e823bbc7fd69eeca7cf1d9 (commit)
       via  38a2db63d60bf01e2549443f3b8a5b381b716390 (commit)
      from  52b37225c97e8c74f8f3e985dc882f6957af00e1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b3f510ab65f64fca31e823bbc7fd69eeca7cf1d9
Author: Keith Marshall <keith****@users*****>
Date:   Thu Feb 25 16:21:59 2021 +0000

    Consolidate fmod() and remainder() source code.

commit 38a2db63d60bf01e2549443f3b8a5b381b716390
Author: Keith Marshall <keith****@users*****>
Date:   Wed Feb 24 22:17:34 2021 +0000

    Correct remquo() quotient computation; cf. MinGW-Bug #41597

-----------------------------------------------------------------------

Summary of changes:
 mingwrt/ChangeLog                       |  26 +++++
 mingwrt/Makefile.in                     |  21 +++-
 mingwrt/mingwex/math/fmod_generic.sx.in | 119 +++++++++++++++++++++++
 mingwrt/mingwex/math/fmodf.c            |  23 -----
 mingwrt/mingwex/math/fmodl.c            |  22 -----
 mingwrt/mingwex/math/remainder.s        |  19 ----
 mingwrt/mingwex/math/remainderf.s       |  19 ----
 mingwrt/mingwex/math/remainderl.s       |  22 -----
 mingwrt/mingwex/math/remquo.s           |  38 --------
 mingwrt/mingwex/math/remquo_generic.sx  | 167 ++++++++++++++++++++++++++++++++
 mingwrt/mingwex/math/remquof.s          |  38 --------
 mingwrt/mingwex/math/remquol.s          |  36 -------
 12 files changed, 329 insertions(+), 221 deletions(-)
 create mode 100644 mingwrt/mingwex/math/fmod_generic.sx.in
 delete mode 100644 mingwrt/mingwex/math/fmodf.c
 delete mode 100644 mingwrt/mingwex/math/fmodl.c
 delete mode 100644 mingwrt/mingwex/math/remainder.s
 delete mode 100644 mingwrt/mingwex/math/remainderf.s
 delete mode 100644 mingwrt/mingwex/math/remainderl.s
 delete mode 100644 mingwrt/mingwex/math/remquo.s
 create mode 100644 mingwrt/mingwex/math/remquo_generic.sx
 delete mode 100644 mingwrt/mingwex/math/remquof.s
 delete mode 100644 mingwrt/mingwex/math/remquol.s


hooks/post-receive
-- 
mingw-org-wsl (mingw)



More information about the MinGW-Notify mailing list
Back to archive index