public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "macro@linux-mips.org" <sourceware-bugzilla@sourceware.org>
To: glibc-bugs@sourceware.org
Subject: [Bug math/15442] MIPS NewABI sqrtl (soft-fp) test-ldouble sqrt (qNaN) failure
Date: Thu, 16 May 2013 22:55:00 -0000	[thread overview]
Message-ID: <bug-15442-131-6czLPHXQaZ@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-15442-131@http.sourceware.org/bugzilla/>

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

Maciej W. Rozycki <macro@linux-mips.org> changed:

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

--- Comment #1 from Maciej W. Rozycki <macro@linux-mips.org> 2013-05-16 22:54:55 UTC ---
commit 2848b105856e49d98f3c5026b6d8d790f9723c0c
Author: Maciej W. Rozycki <macro@codesourcery.com>
Date:   Thu May 16 23:33:55 2013 +0100

    MIPS: soft-fp NaN representation corrections

    [BZ #15442] This adds support for the inverse interpretation of the
    quiet bit of IEEE 754 floating-point NaN data that some processors
    use.  This includes in particular MIPS architecture processors; the
    payload used for the canonical qNaN encoding is updated accordingly
    so as not to interfere with the quiet bit.

ChangeLog:

2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>

    [BZ #15442]
    * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
    (_FP_FRAC_SNANP_SEMIRAW): Likewise.
    (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
    (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
    (_FP_SETQNAN): New macro.
    (_FP_SETQNAN_SEMIRAW): Likewise.
    (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
    (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
    (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
    (FP_EXTEND): Use _FP_FRAC_SNANP.
    (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
    * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
    into account.
    * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
    New macro.
    * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
    Likewise.

ChangeLog.aarch64:

2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>

    [BZ #15442]
    * sysdeps/aarch64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP): New
    macro.

ChangeLog.alpha:

2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>

    [BZ #15442]
    * sysdeps/alpha/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP): New
    macro.

ChangeLog.mips:

2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>

    [BZ #15442]
    * sysdeps/mips/mips64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
    New macro.
    (_FP_NANFRAC_S): Don't set the quiet bit.
    (_FP_NANFRAC_D): Likewise.
    (_FP_NANFRAC_Q): Likewise.
    * sysdeps/mips/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP): New
    macro.
    (_FP_NANFRAC_S): Don't set the quiet bit.
    (_FP_NANFRAC_D): Likewise.
    (_FP_NANFRAC_Q): Likewise.

ChangeLog.powerpc:

2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>

    [BZ #15442]
    * sysdeps/powerpc/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP): New
    macro.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


  reply	other threads:[~2013-05-16 22:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-07 19:17 [Bug math/15442] New: " macro@linux-mips.org
2013-05-16 22:55 ` macro@linux-mips.org [this message]
2014-06-13 18:07 ` [Bug math/15442] " fweimer at redhat dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-15442-131-6czLPHXQaZ@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=glibc-bugs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).