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:
authorkpu <github@kheafield.com>2018-06-21 17:39:37 +0300
committerkpu <github@kheafield.com>2018-06-21 17:39:37 +0300
commit31db0886e35e35d6df1189848d0b48b41e292c8b (patch)
tree9740318de2968421efa18cb4b1f07445c2329d1e /sse2_gemm.h
parent1ea34fc5326c2c3cbdb0bc188d10cb3fd5f1efd8 (diff)
Change to stdint.h for older compilers
Diffstat (limited to 'sse2_gemm.h')
-rw-r--r--sse2_gemm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sse2_gemm.h b/sse2_gemm.h
index 161996c..4530659 100644
--- a/sse2_gemm.h
+++ b/sse2_gemm.h
@@ -1,5 +1,5 @@
#pragma once
-#include <cstdint>
+#include <stdint.h>
namespace intgemm {