diff --git a/src/common/config.h b/src/common/config.h index 69be99fbd..3d588cbca 100644 --- a/src/common/config.h +++ b/src/common/config.h @@ -71,7 +71,7 @@ #endif // NEON instructions. -#if defined(__ARM_NEON) +#if defined(__ARM_NEON) || defined(_M_ARM64) # define LOVE_SIMD_NEON #endif