[webkit-reviews] review granted: [Bug 15416] dtoa Falls into infinite loop on ARMEL : [Attachment 19444] fix mixed-endian

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 28 23:55:40 PST 2008


wesleyZeng <weihong.zeng at hotmail.com> has granted 's request for review:
Bug 15416: dtoa Falls into infinite loop on ARMEL
http://bugs.webkit.org/show_bug.cgi?id=15416

Attachment 19444: fix mixed-endian
http://bugs.webkit.org/attachment.cgi?id=19444&action=edit

------- Additional Comments from wesleyZeng <weihong.zeng at hotmail.com>
for mixed-endian ARM processor

#define IEEE_ARM for IEEE-arithmetic machines where the two words in a double
are stored in big endian order but the two shorts in a word are still stored in

little endian order.


More information about the webkit-reviews mailing list