aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vneg.c
diff options
context:
space:
mode:
Diffstat (limited to 'ref_vneg.c')
-rw-r--r--ref_vneg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ref_vneg.c b/ref_vneg.c
index 8b2206d..1eabe20 100644
--- a/ref_vneg.c
+++ b/ref_vneg.c
@@ -42,8 +42,8 @@ void exec_vneg_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_UNARY_OP(INSN_NAME, , float, f, 32, 2);
TEST_UNARY_OP(INSN_NAME, q, float, f, 32, 4);