| Summary: | failed detection SDL_HasNEON() | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Sylvain <sylvain.becker> |
| Component: | *don't know* | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | don't know | ||
| Hardware: | ARM | ||
| OS: | Android (All) | ||
| Attachments: | patch | ||
|
Description
Sylvain
2018-12-01 13:41:54 UTC
Created attachment 3517 [details]
patch
Patch that uses cpu-features.
- I am not 100% sure of the Android.mk (Mine is a little bit different).
- it also fix a comment missing in blendmode.h (-Wdocumentation)
> Patch that uses cpu-features. This is now https://hg.libsdl.org/SDL/rev/3a0793e5e134 ( and the blendmode doxygen comment in that patch is https://hg.libsdl.org/SDL/rev/a107bc9988d1 ) Thanks! --ryan. |