From bd9ecf4db9bba1231667eac1468d9155d46a5e4f Mon Sep 17 00:00:00 2001 From: Christophe Lyon Date: Tue, 19 Jul 2011 16:30:50 +0200 Subject: Merge from SVN #531 [CL] add 'f' suffix to 'float' constants --- ref_vabs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ref_vabs.c') diff --git a/ref_vabs.c b/ref_vabs.c index d8f1e2d..174e814 100644 --- a/ref_vabs.c +++ b/ref_vabs.c @@ -42,8 +42,8 @@ void exec_vabs_f32(void) DECL_VARIABLE(vector_res, float, 32, 2); DECL_VARIABLE(vector_res, float, 32, 4); - TEST_VDUP(vector, , float, f, 32, 2, -2.3); - TEST_VDUP(vector, q, float, f, 32, 4, 3.4); + TEST_VDUP(vector, , float, f, 32, 2, -2.3f); + TEST_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); -- cgit v1.2.3