aboutsummaryrefslogtreecommitdiff
path: root/ref_vrecps.c
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@st.com>2011-07-19 16:30:50 +0200
committerChristophe Lyon <christophe.lyon@st.com>2011-07-19 16:30:50 +0200
commitbd9ecf4db9bba1231667eac1468d9155d46a5e4f (patch)
tree118945e27d7a4bb1468f0a48e7a87db78d8a4d44 /ref_vrecps.c
parent6f4d36f3deebf87b2710b5b7b5b30e8b2b60c285 (diff)
downloadarm-neon-tests-bd9ecf4db9bba1231667eac1468d9155d46a5e4f.tar.gz
Merge from SVN #531
[CL] add 'f' suffix to 'float' constants
Diffstat (limited to 'ref_vrecps.c')
-rw-r--r--ref_vrecps.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ref_vrecps.c b/ref_vrecps.c
index 333fa07..8da3b43 100644
--- a/ref_vrecps.c
+++ b/ref_vrecps.c
@@ -60,11 +60,11 @@ void exec_vrecps(void)
clean_results ();
/* Choose init value arbitrarily */
- TEST_VDUP(vector, , float, f, 32, 2, 12.9);
- TEST_VDUP(vector, q, float, f, 32, 4, 9.2);
+ TEST_VDUP(vector, , float, f, 32, 2, 12.9f);
+ TEST_VDUP(vector, q, float, f, 32, 4, 9.2f);
- TEST_VDUP(vector2, , float, f, 32, 2, 8.9);
- TEST_VDUP(vector2, q, float, f, 32, 4, 3.2);
+ TEST_VDUP(vector2, , float, f, 32, 2, 8.9f);
+ TEST_VDUP(vector2, q, float, f, 32, 4, 3.2f);
/* Apply the operator */
TEST_VRECPS(, float, f, 32, 2);