From 77d6eab86b597acd8e7bd6da4894169127f86a75 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 16 Oct 2019 21:39:21 -0400 Subject: Fix MS ARM64 compile --- lea_simd.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lea_simd.cpp') diff --git a/lea_simd.cpp b/lea_simd.cpp index af7ffcfa..f887173d 100644 --- a/lea_simd.cpp +++ b/lea_simd.cpp @@ -44,6 +44,10 @@ # include #endif +#if defined(_M_ARM64) +# include "adv_simd.h" +#endif + // Do not port this to POWER architecture. Naively we hoped // for a 2x to 3x speedup. The result was a 5x slow down. // The table below shows MiB/s and cpb. -- cgit v1.2.1