We can't mix inline functions with static constants

This commit is contained in:
jsteube
2018-02-07 14:16:27 +01:00
parent 8273bb8376
commit e4e1c1d515
110 changed files with 176 additions and 176 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
#include "inc_rp_optimized.cl"
#include "inc_simd.cl"
__constant static u64a k_sha512[80] =
__constant u64a k_sha512[80] =
{
SHA512C00, SHA512C01, SHA512C02, SHA512C03,
SHA512C04, SHA512C05, SHA512C06, SHA512C07,