Bug 22692 - Fix NEON build for older ARM CPUs
Summary: Fix NEON build for older ARM CPUs
Status: RESOLVED FIXED
Alias: None
Product: pixman
Classification: Unclassified
Component: pixman (show other bugs)
Version: git master
Hardware: ARM Linux (All)
: medium normal
Assignee: Søren Sandmann Pedersen
QA Contact: Søren Sandmann Pedersen
URL:
Whiteboard:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2009-07-09 14:25 UTC by Adrian Bunk
Modified: 2009-07-20 17:19 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Fix NEON build for older ARM CPUs (839 bytes, patch)
2009-07-09 14:25 UTC, Adrian Bunk
Details | Splinter Review

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.