[Webkit-unassigned] [Bug 98913] Change transformation precision from double to float

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 12 02:20:50 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=98913





--- Comment #11 from Simon Hausmann <hausmann at webkit.org>  2012-10-12 02:21:31 PST ---
I strongly suggest against a typedef.

We've made this mistake in Qt, we introduced a "qreal" type that was typedef'ed to double on "desktop" platforms and "float" on "embedded"/"mobile" platforms (ARM based mostly). I'm saying it was a mistake because the introduced inconsistency brought in many issues.

We've had a thread on the Qt development mailing list a while ago about trying to get rid of the typedef. The thread starts here:

http://lists.qt-project.org/pipermail/development/2012-February/002015.html

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list