aboutsummaryrefslogtreecommitdiffstats
path: root/stm-arm-neon-ref.h
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@st.com>2011-07-19 16:32:02 +0200
committerChristophe Lyon <christophe.lyon@st.com>2011-07-19 16:32:02 +0200
commitf3c80a50bd8b39a0a6d565448a0b1c921a902eb8 (patch)
tree07b042f2ec911b4750c9434ee5217fd8c97a0b10 /stm-arm-neon-ref.h
parentbd9ecf4db9bba1231667eac1468d9155d46a5e4f (diff)
downloadplatform_external_arm-neon-tests-f3c80a50bd8b39a0a6d565448a0b1c921a902eb8.tar.gz
platform_external_arm-neon-tests-f3c80a50bd8b39a0a6d565448a0b1c921a902eb8.tar.bz2
platform_external_arm-neon-tests-f3c80a50bd8b39a0a6d565448a0b1c921a902eb8.zip
Merge from SVN #532
[CL] include msinttypes.h/msstdint.h instead of inttypes.h/stdint.h when compiling with MSVC
Diffstat (limited to 'stm-arm-neon-ref.h')
-rw-r--r--stm-arm-neon-ref.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/stm-arm-neon-ref.h b/stm-arm-neon-ref.h
index 22028dd..5ed580b 100644
--- a/stm-arm-neon-ref.h
+++ b/stm-arm-neon-ref.h
@@ -32,7 +32,11 @@ THE SOFTWARE.
#include <cstring>
#else
#include <stdio.h>
+#if defined(_MSC_VER)
+#include "msinttypes.h"
+#else
#include <inttypes.h>
+#endif
#include <string.h>
#endif