aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vqdmulh_n.c
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2014-07-10 15:53:15 +0200
committerChristophe Lyon <christophe.lyon@linaro.org>2014-07-11 12:12:28 +0200
commitbf2182605cb0dac32f6cd9194664994beae299fa (patch)
treed00328ba9166e364697b219c5b41260eee15bb50 /ref_vqdmulh_n.c
parent1a3b239c63a3461c3fb61abb12b4db682be2b962 (diff)
downloadplatform_external_arm-neon-tests-bf2182605cb0dac32f6cd9194664994beae299fa.tar.gz
platform_external_arm-neon-tests-bf2182605cb0dac32f6cd9194664994beae299fa.tar.bz2
platform_external_arm-neon-tests-bf2182605cb0dac32f6cd9194664994beae299fa.zip
Add missing seperator messages in expected_input4gcc.txt to help readability.
Diffstat (limited to 'ref_vqdmulh_n.c')
-rw-r--r--ref_vqdmulh_n.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ref_vqdmulh_n.c b/ref_vqdmulh_n.c
index 35a6b38..81f7a31 100644
--- a/ref_vqdmulh_n.c
+++ b/ref_vqdmulh_n.c
@@ -88,6 +88,7 @@ FNNAME (INSN)
TEST_VQDMULH_N(q, int, s, 32, 4, 0x5422);
fprintf(ref_file, "\n%s output:\n", TEST_MSG);
+ fprintf(gcc_tests_file, "\n%s output:\n", TEST_MSG);
DUMP(TEST_MSG, int, 16, 4, PRIx16);
DUMP(TEST_MSG, int, 32, 2, PRIx32);
DUMP(TEST_MSG, int, 16, 8, PRIx16);