[Bug 294692] [PATCH] lib/msun: Replaced manual checks with isnan()

[email protected] Tue, 21 Apr 2026 18:19:00 +0000
Newsgroups gmane.os.freebsd.devel.standards
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D294692

            Bug ID: 294692
           Summary: [PATCH] lib/msun: Replaced manual checks with isnan()
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: standards
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]

Created attachment 269983
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D269983&action=
=3Dedit
Differential for the commit

This patch replaces the bitwise logic in the fmax, fmaximum, nextafter and
nexttoward to look for NaNs with the generic isnan() macro.

--=20
You are receiving this mail because:
You are the assignee for the bug.=