[Webkit-unassigned] [Bug 62204] Master bug for rounding issues which cause 1px difference on 32/64 bit architectures

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 7 05:28:47 PDT 2011


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





--- Comment #1 from Zoltan Herczeg <zherczeg at webkit.org>  2011-06-07 05:28:47 PST ---
> LOAD A to d1
> MULTIPLY B to d1
> STORE d1 to [4 byte mem area]   // CONVERSION HERE!!!
> LOAD C to d2
> MULTIPLY D to d2
> ADD d1 and [4 byte mem area]

My bad, the second example was wrong. It should look like:

LOAD A to d1
MULTIPLY B to d1
STORE d1 to [4 byte mem area]   // CONVERSION HERE!!!
LOAD C to d1
MULTIPLY D to d1
ADD d1 and [4 byte mem area]

-- 
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