From 71979477c7cb584f2bfa0bd87e9b2db4bbca25fb Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Sun, 17 May 2026 04:24:50 +0200 Subject: [PATCH] include: add sve2 to documentation of SDL_HINT_CPU_FEATURE_MASK --- include/SDL3/SDL_hints.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/SDL3/SDL_hints.h b/include/SDL3/SDL_hints.h index 225b0cc1b1..82f04e6d85 100644 --- a/include/SDL3/SDL_hints.h +++ b/include/SDL3/SDL_hints.h @@ -675,6 +675,7 @@ extern "C" { * - "avx512f" * - "arm-simd" * - "neon" + * - "sve2" * - "lsx" * - "lasx" *