Edit

kc3-lang/SDL/src/cpuinfo

Branch :

  • Show log

    Commit

  • Author : Sylvain Becker
    Date : 2018-12-04 16:50:31
    Hash : 09b46204
    Message : 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).