aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vcombine.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_vcombine.c
parent6f4d36f3deebf87b2710b5b7b5b30e8b2b60c285 (diff)
downloadplatform_external_arm-neon-tests-bd9ecf4db9bba1231667eac1468d9155d46a5e4f.tar.gz
platform_external_arm-neon-tests-bd9ecf4db9bba1231667eac1468d9155d46a5e4f.tar.bz2
platform_external_arm-neon-tests-bd9ecf4db9bba1231667eac1468d9155d46a5e4f.zip
Merge from SVN #531
[CL] add 'f' suffix to 'float' constants
Diffstat (limited to 'ref_vcombine.c')
-rw-r--r--ref_vcombine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref_vcombine.c b/ref_vcombine.c
index 0aa3cbf..b43e4dd 100644
--- a/ref_vcombine.c
+++ b/ref_vcombine.c
@@ -59,7 +59,7 @@ void exec_vcombine (void)
TEST_VDUP(vector64_b, , uint, u, 16, 4, 0x66);
TEST_VDUP(vector64_b, , uint, u, 32, 2, 0x77);
TEST_VDUP(vector64_b, , uint, u, 64, 1, 0x88);
- TEST_VDUP(vector64_b, , float, f, 32, 2, 3.3);
+ TEST_VDUP(vector64_b, , float, f, 32, 2, 3.3f);
clean_results ();