From cc71e5c2a69755009667330af1f60a4ed15b5b63 Mon Sep 17 00:00:00 2001 From: Kenneth Heafield Date: Fri, 8 Jan 2021 15:08:28 +0000 Subject: Header for wasm functions --- intgemm/intrinsics.h | 3 +++ 1 file changed, 3 insertions(+) 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 #endif +#ifdef INTGEMM_WORMHOLE +#include +#endif #include -- cgit v1.2.3