]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Change "arm_neon.h" to system include <arm_neon.h>
authorcaoyzh <caoyazhen_ok@163.com>
Fri, 27 Mar 2020 16:11:50 +0000 (00:11 +0800)
committerNick Terrell <nickrterrell@gmail.com>
Thu, 7 May 2020 20:10:46 +0000 (13:10 -0700)
lib/common/zstd_internal.h

index 745a1d0ce884d3b9a3534be65e37764722e40465..0f13110332233cf63afe5aa1893c9eb56a7ab1e1 100644 (file)
 /*-*************************************
 *  Dependencies
 ***************************************/
-#include "compiler.h"
-#include "mem.h"
 #ifdef __aarch64__
-#include "arm_neon.h"
+#include <arm_neon.h>
 #endif
+#include "compiler.h"
+#include "mem.h"
 #include "debug.h"                 /* assert, DEBUGLOG, RAWLOG, g_debuglevel */
 #include "error_private.h"
 #define ZSTD_STATIC_LINKING_ONLY