aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vaddhn.c
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 /ref_vaddhn.c
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 'ref_vaddhn.c')
-rw-r--r--ref_vaddhn.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ref_vaddhn.c b/ref_vaddhn.c
index 810e989..b64624b 100644
--- a/ref_vaddhn.c
+++ b/ref_vaddhn.c
@@ -34,8 +34,12 @@ THE SOFTWARE.
#if defined(__cplusplus)
#include <cstdint>
#else
+#if defined(_MSC_VER)
+#include "msstdint.h"
+#else
#include <stdint.h>
#endif
+#endif
#ifndef INSN_NAME
#define INSN_NAME vaddhn