Change "arm_neon.h" to system include <arm_neon.h>

This commit is contained in:
caoyzh
2020-05-07 13:10:46 -07:00
committed by Nick Terrell
parent b2e56f7f7f
commit 7f75f05e84
+3 -3
View File
@@ -19,11 +19,11 @@
/*-*************************************
* Dependencies
***************************************/
#ifdef __aarch64__
#include <arm_neon.h>
#endif
#include "compiler.h"
#include "mem.h"
#ifdef __aarch64__
#include "arm_neon.h"
#endif
#include "debug.h" /* assert, DEBUGLOG, RAWLOG, g_debuglevel */
#include "error_private.h"
#define ZSTD_STATIC_LINKING_ONLY