From dfac76a316acb74a00da87fc2f830434c5e0ae97 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 26 May 2026 07:55:07 -0700 Subject: [PATCH] Apply suggestion from @slouken --- src/video/arm/SDL_sve2_extension.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/arm/SDL_sve2_extension.h b/src/video/arm/SDL_sve2_extension.h index e41544b949..c18dace028 100644 --- a/src/video/arm/SDL_sve2_extension.h +++ b/src/video/arm/SDL_sve2_extension.h @@ -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