Determine whether the CPU has SVE2 (Scalable Vector Extension 2).
Defined in <SDL3/SDL_cpuinfo.h>
bool SDL_HasSVE2(void);(bool) Returns true if the CPU has SVE2, false otherwise.
This is only relevant on ARM64 Linux. On other platforms it always returns false.
This function is available since SDL 3.6.0.