Clean up some more ifdefs

This commit is contained in:
Henrik Rydgård 2019-05-10 23:25:57 +02:00
parent 20d666ff55
commit 2f26297062
22 changed files with 55 additions and 46 deletions

View file

@ -21,7 +21,7 @@
#include "ext/xxhash.h"
#if defined(_MSC_VER) && defined(_M_ARM64)
#if defined(_MSC_VER) && PPSSPP_ARCH(ARM64)
#include <arm64_neon.h>
#else
#include <arm_neon.h>