aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vrev.c
diff options
context:
space:
mode:
Diffstat (limited to 'ref_vrev.c')
-rw-r--r--ref_vrev.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ref_vrev.c b/ref_vrev.c
index a0ebd94..f639182 100644
--- a/ref_vrev.c
+++ b/ref_vrev.c
@@ -50,9 +50,9 @@ void exec_vrev (void)
clean_results ();
/* Initialize input "vector" from "buffer" */
- TEST_MACRO_ALL_VARIANTS_2_5(TEST_VLOAD, vector, buffer);
- TEST_VLOAD(vector, buffer, , float, f, 32, 2);
- TEST_VLOAD(vector, buffer, q, float, f, 32, 4);
+ TEST_MACRO_ALL_VARIANTS_2_5(VLOAD, vector, buffer);
+ VLOAD(vector, buffer, , float, f, 32, 2);
+ VLOAD(vector, buffer, q, float, f, 32, 4);
/* Check vrev in each of the existing combinations */
#define TEST_MSG "VREV16"