aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@st.com>2013-04-09 16:48:18 +0200
committerChristophe Lyon <christophe.lyon@st.com>2013-04-09 16:48:18 +0200
commit91ae809096ef1dae9756ada87efe475ce79e4bb5 (patch)
treebb0f5cee54ae01c3080e5196a42d6096a5748e00
parentea438949c185995be136cfcff346f40ca3e59e94 (diff)
downloadplatform_external_arm-neon-tests-91ae809096ef1dae9756ada87efe475ce79e4bb5.tar.gz
platform_external_arm-neon-tests-91ae809096ef1dae9756ada87efe475ce79e4bb5.tar.bz2
platform_external_arm-neon-tests-91ae809096ef1dae9756ada87efe475ce79e4bb5.zip
Fix typo in poly16_t printf format.
-rw-r--r--stm-arm-neon-ref.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm-arm-neon-ref.h b/stm-arm-neon-ref.h
index 905107a..94cfd11 100644
--- a/stm-arm-neon-ref.h
+++ b/stm-arm-neon-ref.h
@@ -363,7 +363,7 @@ static void dump_results_hex2 (const char *test_name, const char* comment)
DUMP(test_name, uint, 32, 2, PRIx32);
DUMP(test_name, uint, 64, 1, PRIx64);
DUMP(test_name, poly, 8, 8, PRIx8);
- DUMP(test_name, poly, 16, 4, PRIx8);
+ DUMP(test_name, poly, 16, 4, PRIx16);
DUMP_FP(test_name, float, 32, 2, PRIx32);
DUMP(test_name, int, 8, 16, PRIx8);