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/19228] New: [powerpc] nearbyint wrongly clears "inexact", leaves traps disabled


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

            Bug ID: 19228
           Summary: [powerpc] nearbyint wrongly clears "inexact", leaves
                    traps disabled
           Product: glibc
           Version: 2.22
            Status: NEW
          Severity: normal
          Priority: P2
         Component: math
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org
  Target Milestone: ---
              Host: powerpc*-*-*

Similar to bug 15491 recently fixed for x86_64 / x86, the powerpc (both
powerpc32 and powerpc64) hard-float implementations of nearbyintf and nearbyint
wrongly clear an "inexact" exception that was raised before the function was
called.  They also wrongly leave traps on "inexact" disabled if they were
enabled before the function was called.

-- 
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]