aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vdup_lane.c
diff options
context:
space:
mode:
Diffstat (limited to 'ref_vdup_lane.c')
-rw-r--r--ref_vdup_lane.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ref_vdup_lane.c b/ref_vdup_lane.c
index 3b3abdd..302fd37 100644
--- a/ref_vdup_lane.c
+++ b/ref_vdup_lane.c
@@ -49,8 +49,8 @@ void exec_vdup_lane (void)
clean_results ();
- TEST_MACRO_64BITS_VARIANTS_2_5(TEST_VLOAD, vector, buffer);
- TEST_VLOAD(vector, buffer, , float, f, 32, 2);
+ TEST_MACRO_64BITS_VARIANTS_2_5(VLOAD, vector, buffer);
+ VLOAD(vector, buffer, , float, f, 32, 2);
/* Choose lane arbitrarily */
TEST_VDUP_LANE(, int, s, 8, 8, 8, 1);