video: don't use NEON blitters when SDL_HasNEON returns false#15517
video: don't use NEON blitters when SDL_HasNEON returns false#15517madebr wants to merge 1 commit intolibsdl-org:mainfrom
Conversation
|
Does this only need the SDL_NEON_INTRINSICS check and not all the arm8 etc stuff? Those extra checks are generally "we know this target always supports NEON," but we're changing this to check at runtime, so they probably need to go. |
I think so. The |
|
I suppose the build failure answers your question :). |
70ebb2e to
ac3fb35
Compare
|
The |
|
What's the motivation for this change? All of the platforms that pass the ifdef (ARMv8) should be guaranteed to have NEON. |
|
SDL3 has a hint that allows disabling simd features at runtime: |
Description
Existing Issue(s)