Bug 22692

Summary: Fix NEON build for older ARM CPUs
Product: pixman Reporter: Adrian Bunk <bunk>
Component: pixmanAssignee: Søren Sandmann Pedersen <soren.sandmann>
Status: RESOLVED FIXED QA Contact: Søren Sandmann Pedersen <soren.sandmann>
Severity: normal    
Priority: medium Keywords: patch
Version: git master   
Hardware: ARM   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: Fix NEON build for older ARM CPUs

Description Adrian Bunk 2009-07-09 14:25:18 UTC
Created attachment 27539 [details] [review]
Fix NEON build for older ARM CPUs

Fix NEON build for older ARM CPUs
    
    The pld instruction used in the NEON assembler code
    is only available for ARMv5e and >= ARMv6.
    
    Set -mcpu=cortex-a8 when compiling the source file
    (similar to what is already done for the SIMD build).
Comment 1 Søren Sandmann Pedersen 2009-07-20 17:19:35 UTC
Pushed.

For another time, it would be helpful if you could format the patches with 

   git format-patch HEAD^

That way git am can apply them directly.

Thanks.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.