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:
Diffstat (limited to 'avx2_gemm.cc')
-rw-r--r--avx2_gemm.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/avx2_gemm.cc b/avx2_gemm.cc
index 39e8c2c..86bafb5 100644
--- a/avx2_gemm.cc
+++ b/avx2_gemm.cc
@@ -7,7 +7,7 @@
#include <immintrin.h>
#include <tmmintrin.h>
#include <xmmintrin.h>
-#include <cstdint>
+#include <stdint.h>
namespace intgemm {
#ifdef __AVX2__