dep/sdl2: Fix compilation on ARM64

This commit is contained in:
Connor McLaughlin 2020-09-16 21:08:20 +10:00
parent c533a6dfd7
commit f0ac695710

View file

@ -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