public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ports/16387] New: AArch64 inaccurate long double sqrt
@ 2014-01-02  0:14 marcus.shawcroft at linaro dot org
  2014-01-02  0:15 ` [Bug ports/16387] " marcus.shawcroft at linaro dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: marcus.shawcroft at linaro dot org @ 2014-01-02  0:14 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 16387
           Summary: AArch64 inaccurate long double sqrt
           Product: glibc
           Version: 2.18
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ports
          Assignee: unassigned at sourceware dot org
          Reporter: marcus.shawcroft at linaro dot org
                CC: carlos at redhat dot com, roland at gnu dot org

AArch64 regression tests report inaccurate sqrt() for long double.  See
Joseph's email here: https://sourceware.org/ml/libc-ports/2014-01/msg00006.html

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug ports/16387] AArch64 inaccurate long double sqrt
  2014-01-02  0:14 [Bug ports/16387] New: AArch64 inaccurate long double sqrt marcus.shawcroft at linaro dot org
@ 2014-01-02  0:15 ` marcus.shawcroft at linaro dot org
  2014-01-07 16:30 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: marcus.shawcroft at linaro dot org @ 2014-01-02  0:15 UTC (permalink / raw)
  To: glibc-bugs

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

Marcus Shawcroft <marcus.shawcroft at linaro dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |aarch64
           Assignee|unassigned at sourceware dot org   |marcus.shawcroft at linaro dot org
   Target Milestone|---                         |2.19

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug ports/16387] AArch64 inaccurate long double sqrt
  2014-01-02  0:14 [Bug ports/16387] New: AArch64 inaccurate long double sqrt marcus.shawcroft at linaro dot org
  2014-01-02  0:15 ` [Bug ports/16387] " marcus.shawcroft at linaro dot org
@ 2014-01-07 16:30 ` cvs-commit at gcc dot gnu.org
  2014-01-07 16:39 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2014-01-07 16:30 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=16387

--- Comment #1 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, master has been updated
       via  196f456b842ee96e1bf1e5ae6ed21ba427dee3f3 (commit)
       via  07d55c6c3777499bdc0228ef820d5b647f2af71c (commit)
      from  94c8a4bc574c58f90a41c5a0fd719608741d3bae (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=196f456b842ee96e1bf1e5ae6ed21ba427dee3f3

commit 196f456b842ee96e1bf1e5ae6ed21ba427dee3f3
Author: Marcus Shawcroft <marcus.shawcroft@linaro.org>
Date:   Tue Jan 7 16:16:35 2014 +0000

    [AArch64] Fix FP_ROUNDMODE.

    [BZ #16387] Fix FP_ROUNDMODE to extract the correct bits from FPCR.

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=07d55c6c3777499bdc0228ef820d5b647f2af71c

commit 07d55c6c3777499bdc0228ef820d5b647f2af71c
Author: Marcus Shawcroft <marcus.shawcroft@linaro.org>
Date:   Wed Jan 1 23:25:32 2014 +0000

    [AArch64] Remove sqrt from libm-test-ulps

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

Summary of changes:
 NEWS                                        |    2 +-
 ports/ChangeLog.aarch64                     |   11 +
 ports/sysdeps/aarch64/fpu/fpu_control.h     |    3 +
 ports/sysdeps/aarch64/libm-test-ulps        |  438 ---------------------------
 ports/sysdeps/aarch64/soft-fp/sfp-machine.h |    2 +-
 5 files changed, 16 insertions(+), 440 deletions(-)

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug ports/16387] AArch64 inaccurate long double sqrt
  2014-01-02  0:14 [Bug ports/16387] New: AArch64 inaccurate long double sqrt marcus.shawcroft at linaro dot org
  2014-01-02  0:15 ` [Bug ports/16387] " marcus.shawcroft at linaro dot org
  2014-01-07 16:30 ` cvs-commit at gcc dot gnu.org
@ 2014-01-07 16:39 ` cvs-commit at gcc dot gnu.org
  2014-01-07 16:41 ` marcus.shawcroft at linaro dot org
  2014-06-13  9:13 ` fweimer at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2014-01-07 16:39 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=16387

--- Comment #2 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.18/master has been updated
       via  0553c6642be2cdf6bac776fac5fd50164cb28709 (commit)
      from  a244697f97107af77f26eb7e4dfc4538c7e68b27 (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=0553c6642be2cdf6bac776fac5fd50164cb28709

commit 0553c6642be2cdf6bac776fac5fd50164cb28709
Author: Marcus Shawcroft <marcus.shawcroft@linaro.org>
Date:   Tue Jan 7 16:16:35 2014 +0000

    [AArch64] Fix FP_ROUNDMODE.

    [BZ #16387] Fix FP_ROUNDMODE to extract the correct bits from FPCR.

    Conflicts:
        NEWS

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

Summary of changes:
 NEWS                                        |    2 +-
 ports/ChangeLog.aarch64                     |    7 +++++++
 ports/sysdeps/aarch64/fpu/fpu_control.h     |    3 +++
 ports/sysdeps/aarch64/soft-fp/sfp-machine.h |    2 +-
 4 files changed, 12 insertions(+), 2 deletions(-)

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug ports/16387] AArch64 inaccurate long double sqrt
  2014-01-02  0:14 [Bug ports/16387] New: AArch64 inaccurate long double sqrt marcus.shawcroft at linaro dot org
                   ` (2 preceding siblings ...)
  2014-01-07 16:39 ` cvs-commit at gcc dot gnu.org
@ 2014-01-07 16:41 ` marcus.shawcroft at linaro dot org
  2014-06-13  9:13 ` fweimer at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: marcus.shawcroft at linaro dot org @ 2014-01-07 16:41 UTC (permalink / raw)
  To: glibc-bugs

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

Marcus Shawcroft <marcus.shawcroft at linaro dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Marcus Shawcroft <marcus.shawcroft at linaro dot org> ---
Corrected the definition of FP_ROUNDMODE().

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug ports/16387] AArch64 inaccurate long double sqrt
  2014-01-02  0:14 [Bug ports/16387] New: AArch64 inaccurate long double sqrt marcus.shawcroft at linaro dot org
                   ` (3 preceding siblings ...)
  2014-01-07 16:41 ` marcus.shawcroft at linaro dot org
@ 2014-06-13  9:13 ` fweimer at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: fweimer at redhat dot com @ 2014-06-13  9:13 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-06-13  9:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-02  0:14 [Bug ports/16387] New: AArch64 inaccurate long double sqrt marcus.shawcroft at linaro dot org
2014-01-02  0:15 ` [Bug ports/16387] " marcus.shawcroft at linaro dot org
2014-01-07 16:30 ` cvs-commit at gcc dot gnu.org
2014-01-07 16:39 ` cvs-commit at gcc dot gnu.org
2014-01-07 16:41 ` marcus.shawcroft at linaro dot org
2014-06-13  9:13 ` fweimer at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).