Closed Bug 1710655 Opened 3 years ago Closed 3 years ago

Avoid some implicit conversions to double.

Categories

(Core :: Graphics, defect)

defect

Tracking

()

RESOLVED FIXED
90 Branch
Tracking Status
firefox90 --- fixed

People

(Reporter: jrmuizel, Assigned: jrmuizel)

Details

Attachments

(1 file)

Clang knows that float + 0.5 is the same as float + 0.5f
so that part shouldn't have any difference except to the reader.

Hopefully ceilf(float) is always identical to ceil(float) too.

Clang knows that float + 0.5 is the same as float + 0.5f
so that part shouldn't have any difference except to the reader.

Hopefully ceilf(float) is always identical to ceil(float) too.

Pushed by jmuizelaar@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/47d73e05bfb5 Avoid some implicit conversions to double. r=aosmond
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: