Apply suggestion from @slouken

This commit is contained in:
Sam Lantinga 2026-05-26 07:55:07 -07:00 committed by GitHub
parent 201adb6c7b
commit dfac76a316
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@
* workaround, we have to define the __ARM_FEATURE_SVE here as
* an ugly hack.
*/
#if defined(SDL_PLATFORM_ANDROID) && SDL_PLATFORM_ANDROID
#ifdef SDL_PLATFORM_ANDROID
#ifndef __ARM_FEATURE_SVE
#define __ARM_FEATURE_SVE 1
#endif