mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Ensure LOVE_SIMD_NEON is defined when compiling for Windows ARM64
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@
|
||||
#endif
|
||||
|
||||
// NEON instructions.
|
||||
#if defined(__ARM_NEON)
|
||||
#if defined(__ARM_NEON) || defined(_M_ARM64)
|
||||
# define LOVE_SIMD_NEON
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user