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

github.com/marian-nmt/intgemm/intgemm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2021-01-08 18:08:28 +0300
committerKenneth Heafield <github@kheafield.com>2021-01-08 18:08:28 +0300
commitcc71e5c2a69755009667330af1f60a4ed15b5b63 (patch)
tree06866638b68a7e9f04a2749162251b0d93238926
parenta2a2c6a7497db9ec9208032250251f4960cf5f1f (diff)
Header for wasm functions
-rw-r--r--intgemm/intrinsics.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/intgemm/intrinsics.h b/intgemm/intrinsics.h
index 528e367..9f370cd 100644
--- a/intgemm/intrinsics.h
+++ b/intgemm/intrinsics.h
@@ -9,6 +9,9 @@
#ifdef INTGEMM_COMPILER_SUPPORTS_AVX2
#include <immintrin.h>
#endif
+#ifdef INTGEMM_WORMHOLE
+#include <wasm_simd128.h>
+#endif
#include <cstdint>