diff --git a/include/SDL3/SDL_intrin.h b/include/SDL3/SDL_intrin.h index 534d85038..5f5805cc6 100644 --- a/include/SDL3/SDL_intrin.h +++ b/include/SDL3/SDL_intrin.h @@ -75,6 +75,25 @@ */ #define SDL_LASX_INTRINSICS 1 +/** + * Defined if (and only if) the compiler supports ARM NEON intrinsics. + * + * If this macro is defined, SDL will have already included `` + * ``, ``, and ``, as appropriate. + * + * \since This macro is available since 3.1.3. + */ +#define SDL_NEON_INTRINSICS 1 + +/** + * Defined if (and only if) the compiler supports PowerPC Altivec intrinsics. + * + * If this macro is defined, SDL will have already included `` + * + * \since This macro is available since 3.1.3. + */ +#define SDL_ALTIVEC_INTRINSICS 1 + /** * Defined if (and only if) the compiler supports Intel MMX intrinsics. *