xiangaodielian / bullet

Automatically exported from code.google.com/p/bullet
Other
0 stars 0 forks source link

fix ios universal build #651

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
the neon instruction only available for armv7. 

patch the src directory , 

change 
    #elif defined( __arm__ )
to 
    #elif defined( __armv7__ )

hope this can help other.

http://code.google.com/p/gamekit/issues/detail?id=266

Original issue reported on code.google.com by lin...@gmail.com on 5 Sep 2012 at 9:20

Attachments:

GoogleCodeExporter commented 9 years ago
should be fixed in latest trunk,
https://code.google.com/p/bullet/source/detail?r=2552

thanks for the report!

Original comment by erwin.coumans on 6 Sep 2012 at 5:23