Merge pull request #2073 from matrix/opencl_compiler_warning_1

fix OpenCL compiler warning
pull/2077/head
Jens Steube 5 years ago committed by GitHub
commit f301db9a3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1425,7 +1425,7 @@ DECLSPEC float hc_get_entropy (const u32 *buf, const int elems)
{
const int length = elems * 4;
float entropy = 0.0;
float entropy = 0.0f;
#ifdef _unroll
#pragma unroll

Loading…
Cancel
Save