This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug math/23253] tgamma test suite failures on i686 with -march=x86-64 -mtune=generic -mfpmath=sse


https://sourceware.org/bugzilla/show_bug.cgi?id=23253

--- Comment #9 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, release/2.27/master has been updated
       via  5fab7fe1dc9cab9a46cf5c8840aa9b7ea3a26296 (commit)
      from  7602b9e48c30c146d52df91dd83e518b8d0d343b (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 -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=5fab7fe1dc9cab9a46cf5c8840aa9b7ea3a26296

commit 5fab7fe1dc9cab9a46cf5c8840aa9b7ea3a26296
Author: Florian Weimer <fweimer@redhat.com>
Date:   Wed Jul 4 12:01:31 2018 +0200

    math: Set 387 and SSE2 rounding mode for tgamma on i386 [BZ #23253]

    Previously, only the SSE2 rounding mode was set, so the assembler
    implementations using 387 were not following the expecting rounding
    mode.

    (cherry picked from commit f496b28e61d0342f579bf794c71b80e9c7d0b1b5)

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

Summary of changes:
 ChangeLog                       |   22 ++++++++++++
 NEWS                            |    1 +
 sysdeps/generic/math_private.h  |   68 +++++++++++++++++++++------------------
 sysdeps/i386/Makefile           |    8 ++++
 sysdeps/i386/fpu/fenv_private.h |   18 +++++++---
 5 files changed, 81 insertions(+), 36 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]