Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/intgemm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2020-11-18 19:10:58 +0300
committerKenneth Heafield <github@kheafield.com>2020-11-18 19:10:58 +0300
commitd19e9135de4b8aa98ae50a129ceae25fff0cf45e (patch)
treef5ba1007ed60dae9a581d9c6397ae672cf5b5ffc
parente7fa20a2c9668542620143759cca7be17b7482af (diff)
More header for SSE without AVX2
-rw-r--r--intgemm/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intgemm/types.h b/intgemm/types.h
index 8578c75..174f1ff 100644
--- a/intgemm/types.h
+++ b/intgemm/types.h
@@ -3,7 +3,7 @@
#ifdef INTGEMM_COMPILER_SUPPORTS_AVX2
#include <immintrin.h>
#endif
-#include <xmmintrin.h>
+#include <emmintrin.h>
#if defined(_MSC_VER)
/* MSVC does not appear to have target attributes but is also fine with just