Closed
Bug 781474
Opened 13 years ago
Closed 13 years ago
FP_X_DNML is not supported on FreeBSD non-x86
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
FIXED
mozilla17
People
(Reporter: jbeich, Assigned: jbeich)
References
()
Details
Attachments
(1 file)
838 bytes,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
No description provided.
$ cd /usr/src
$ ls -1 sys/*/include/ieeefp.h
sys/amd64/include/ieeefp.h
sys/arm/include/ieeefp.h
sys/i386/include/ieeefp.h
sys/ia64/include/ieeefp.h
sys/mips/include/ieeefp.h
sys/pc98/include/ieeefp.h
sys/powerpc/include/ieeefp.h
sys/sparc64/include/ieeefp.h
$ fgrep FP_X_DNML sys/*/include/ieeefp.h
sys/amd64/include/ieeefp.h:#define FP_X_DNML 0x02 /* denormal */
sys/i386/include/ieeefp.h:#define FP_X_DNML 0x02 /* denormal */
Attachment #650493 -
Flags: review?(bzbarsky)
![]() |
||
Comment 2•13 years ago
|
||
Comment on attachment 650493 [details] [diff] [review]
don't use FP_X_DNML on non-x86, patch from FreeBSD ports
r=me
Attachment #650493 -
Flags: review?(bzbarsky) → review+
![]() |
||
Updated•13 years ago
|
Comment 3•13 years ago
|
||
Green on Try:
https://tbpl.mozilla.org/?tree=Try&rev=80d24fa10c77
https://hg.mozilla.org/integration/mozilla-inbound/rev/ccf302e93ca4
Flags: in-testsuite-
Keywords: checkin-needed
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
You need to log in
before you can comment on or make changes to this bug.
Description
•