[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:53:02 PDT 2010


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





--- Comment #6 from David Kilzer (ddkilzer) <ddkilzer at webkit.org>  2010-10-24 08:53:02 PST ---
(From update of attachment 68106)
View in context: https://bugs.webkit.org/attachment.cgi?id=68106&action=review

> JavaScriptCore/assembler/MacroAssemblerARM.cpp:59
> +#if defined(__TARGET_FPU_VFP)

Also, I think you should add compiler checks:

    #if COMPILER(RVCT) && defined(__TARGET_FPU_VFP) || COMPILER(GCC) && defined(__VFP_FP__)

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