Closed
Bug 745089
Opened 13 years ago
Closed 6 years ago
Move all single-precision floating point operations into FloatingPoint.h
Categories
(Core :: MFBT, defect)
Core
MFBT
Tracking
()
RESOLVED
FIXED
mozilla62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: Waldo, Assigned: Waldo)
References
Details
Attachments
(1 file)
4.74 KB,
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
I moved all the double-precision stuff I could find into FloatingPoint.h in bug 714260, but I didn't do anything about single-precision stuff. I'm not sure how much we actually have; searches for mant(issa), significand, mask, expmask, and so on didn't return anything on-point that I could see. (I skimmed MXR results, so I could have missed something.) I do know that gfx/src/nsCoord.h has a little bit of this stuff; there might be more. We should probably add the corresponding methods and such to be complete here, but given the comparatively few users, it doesn't seem like a priority.
Assignee | ||
Comment 1•6 years ago
|
||
Years later I don't have much idea what other code I might have meant by this bug. If there's more beyond this nscoord stuff, I think it's time to leave it to new bugs and finish up what's been specifically identified here.
Attachment #8982979 -
Flags: review?(dbaron)
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → jwalden+bmo
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•6 years ago
|
||
Tryserver run indicated Mac builds are fine now with that bit of volatile ad-hoc-ery removed, FYI.
Comment on attachment 8982979 [details] [diff] [review]
Replace nscoord-specific positive-infinity/is-nan primitives with FloatingPoint.h uses
Looks fine to me.
The only interesting bit is the removal of https://hg.mozilla.org/mozilla-central/rev/a1ab5a4ed1f37b8cafee829bcac891c1be9f1409 , but if the tree is fine with it, then I'm fine with it.
r=dbaron
Attachment #8982979 -
Flags: review?(dbaron) → review+
Pushed by jwalden@mit.edu:
https://hg.mozilla.org/integration/mozilla-inbound/rev/11c5f8019bca
Replace nscoord-specific positive-infinity/is-nan primitives with FloatingPoint.h uses. r=dbaron
Comment 5•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
You need to log in
before you can comment on or make changes to this bug.
Description
•