CVS commit: src/lib/libm/src
"Nathanial Sloss" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: nat Date: Wed Apr 1 23:06:50 UTC 2026 Modified Files: src/lib/libm/src: e_hypotl.c Log Message: Fix case of normal numbers starting with a highword of 0x0 for m68k. In the case of mac68k there can still be normal numbers with a highword value of 0. This differs from x86 where they would be considered denormals. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libm/src/e_hypotl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.