[Webkit-unassigned] [Bug 46096] Enable ARM VFP on hardware that defines VFP and isn't LINUX

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 24 08:44:15 PDT 2010


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


David Kilzer (ddkilzer) <ddkilzer at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |ddkilzer at webkit.org
     Ever Confirmed|0                           |1




--- Comment #4 from David Kilzer (ddkilzer) <ddkilzer at webkit.org>  2010-10-24 08:44:15 PST ---
(In reply to comment #3)
> (In reply to comment #2)
> > Would be good to add the same condition for GCC as well.
> 
> I'd be happy to add it but do you know what it defines when hardware FPU is set? I couldn't find the appropriate documentation on it.

It appears that Apple's gcc-4.2 compilers use __VFP_FP__:

$ gcc-4.2 -x c -arch armv6 -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk -dM -E /dev/null | grep -i vfp
#define __VFP_FP__ 1

$ gcc-4.2 -x c -arch armv7 -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk -dM -E /dev/null | grep -i vfp
#define __VFP_FP__ 1

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