aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vsub.c
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2014-12-16 10:26:00 +0100
committerChristophe Lyon <christophe.lyon@linaro.org>2014-12-16 10:26:00 +0100
commitf20536724d4cc8432d5b804082415c8391f88f9b (patch)
tree170a405bc9244e0ec5464e9e6b3eb50dcafa895c /ref_vsub.c
parent464d02e432a0fe5fb0afec8459631b4467b706f3 (diff)
downloadplatform_external_arm-neon-tests-f20536724d4cc8432d5b804082415c8391f88f9b.tar.gz
platform_external_arm-neon-tests-f20536724d4cc8432d5b804082415c8391f88f9b.tar.bz2
platform_external_arm-neon-tests-f20536724d4cc8432d5b804082415c8391f88f9b.zip
Rename helper macros:
TEST_VLOAD into VLOAD TEST_VDUP into VDUP
Diffstat (limited to 'ref_vsub.c')
-rw-r--r--ref_vsub.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ref_vsub.c b/ref_vsub.c
index 4b697d4..b83c8c6 100644
--- a/ref_vsub.c
+++ b/ref_vsub.c
@@ -45,11 +45,11 @@ void exec_vsub_f32(void)
DECL_VARIABLE(vector_res, float, 32, 2);
DECL_VARIABLE(vector_res, float, 32, 4);
- TEST_VDUP(vector, , float, f, 32, 2, 2.3f);
- TEST_VDUP(vector, q, float, f, 32, 4, 3.4f);
+ VDUP(vector, , float, f, 32, 2, 2.3f);
+ VDUP(vector, q, float, f, 32, 4, 3.4f);
- TEST_VDUP(vector2, , float, f, 32, 2, 4.5f);
- TEST_VDUP(vector2, q, float, f, 32, 4, 5.6f);
+ VDUP(vector2, , float, f, 32, 2, 4.5f);
+ VDUP(vector2, q, float, f, 32, 4, 5.6f);
TEST_BINARY_OP(INSN_NAME, , float, f, 32, 2);
TEST_BINARY_OP(INSN_NAME, q, float, f, 32, 4);