aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2014-06-05 21:53:56 +0200
committerChristophe Lyon <christophe.lyon@linaro.org>2014-06-05 21:53:56 +0200
commita89b355d3cf51fa4dc34393a080235fbe0b96029 (patch)
treeae2d4a3e501a62a015f3ce070c4a3bb1b334c9d7
parent4a6e5cc95176769664bc9e56d4e7c92b7a2fc816 (diff)
downloadplatform_external_arm-neon-tests-a89b355d3cf51fa4dc34393a080235fbe0b96029.tar.gz
platform_external_arm-neon-tests-a89b355d3cf51fa4dc34393a080235fbe0b96029.tar.bz2
platform_external_arm-neon-tests-a89b355d3cf51fa4dc34393a080235fbe0b96029.zip
Fix comment.
-rw-r--r--ref_vmul.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ref_vmul.c b/ref_vmul.c
index 6a8dc47..c6051d7 100644
--- a/ref_vmul.c
+++ b/ref_vmul.c
@@ -47,8 +47,7 @@ FNNAME (INSN_NAME)
DECL_VARIABLE(vector2, T, W, N); \
DECL_VARIABLE(vector_res, T, W, N)
- /* vector_res = OP(vector, vector3, vector4),
- then store the result. */
+ /* vector_res = OP(vector1, vector2), then store the result. */
#define TEST_VMUL1(INSN, Q, T1, T2, W, N) \
VECT_VAR(vector_res, T1, W, N) = \
INSN##Q##_##T2##W(VECT_VAR(vector1, T1, W, N), \