SDL/src/cpuinfo
Sylvain Becker 09b462044f Windows: NEON detection and intrinsic includes on Visual Studio
Visual Studio doesn't define __ARM_ARCH nor _ARM_NEON, but _M_ARM and _M_ARM64,
so SDL_HasNEON() was bypassed.

PF_ARM_NEON_INSTRUCTIONS_AVAILABLE doesn't see to be defined (but still works
 when defined as 19).
2018-12-04 16:50:31 +01:00
..
SDL_cpuinfo.c Windows: NEON detection and intrinsic includes on Visual Studio 2018-12-04 16:50:31 +01:00
SDL_simd.h cpuinfo: Added some internal SIMD-aligned allocation functions. 2018-05-21 11:34:57 -04:00