mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-12 13:15:45 -04:00
dep/sdl2: Fix compilation on ARM64
This commit is contained in:
@ -73,7 +73,7 @@
|
|||||||
# define __ARM_NEON 1 /* Set __ARM_NEON so that it can be used elsewhere, at compile time */
|
# define __ARM_NEON 1 /* Set __ARM_NEON so that it can be used elsewhere, at compile time */
|
||||||
# endif
|
# endif
|
||||||
# if defined (_M_ARM64)
|
# if defined (_M_ARM64)
|
||||||
# include <armintr.h>
|
# include <arm64intr.h>
|
||||||
# include <arm_neon.h>
|
# include <arm_neon.h>
|
||||||
# define __ARM_NEON 1 /* Set __ARM_NEON so that it can be used elsewhere, at compile time */
|
# define __ARM_NEON 1 /* Set __ARM_NEON so that it can be used elsewhere, at compile time */
|
||||||
# endif
|
# endif
|
||||||
|
Reference in New Issue
Block a user