[Webkit-unassigned] [Bug 29076] Detect VFP at runtime in generic ARM port on Linux

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 9 12:47:50 PDT 2009


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





--- Comment #5 from Gavin Barraclough <barraclough at apple.com>  2009-09-09 12:47:50 PDT ---
(From update of attachment 39261)
A few minor tweaks.

isVFPPresent() should be marked static since it is not used outside this file.

> return (aux.a_un.a_val & HWCAP_VFP);

We try to skip unnecessary parentheses, these should be removed.

The #if should probably also be !PLATFORM_ARM_ARCH(7)

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