aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vmul.c
diff options
context:
space:
mode:
Diffstat (limited to 'ref_vmul.c')
-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), \