Skip to content
Snippets Groups Projects
Commit fa28c8de authored by Henry Linjamäki's avatar Henry Linjamäki Committed by Pekka Jääskeläinen
Browse files

Fix a warning on test_ldexp.cl

Fix a warning on test_ldexp.cl when cl_khr_fp64 is not available.
parent e854d641
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ DEFINE_BODY_V (
}
else
{
goodres.s[n] = val.s[n] * (stype) (16.0);
goodres.s[n] = val.s[n] * (stype) (16.0f);
}
equal = equal && ISEQ (res.s[n], goodres.s[n]);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment