You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[2025-01-02.08:55:37] [Info] Compiling OpenCL kernels...
2 errors generated.
[2025-01-02.08:55:38] [Info] Error: :1935:34: error: passing '__generic unsigned int *' to parameter of type 'unsigned int *' changes address space of pointer
ripemd160sha256NoFinal(hash, digestOut);
^~~~~~~~~
:291:67: note: passing argument to parameter 'digest' here
void ripemd160sha256NoFinal(const unsigned int x[8], unsigned int digest[5])
^
:1949:34: error: passing '__generic unsigned int *' to parameter of type 'unsigned int *' changes address space of pointer
ripemd160sha256NoFinal(hash, digestOut);
^~~~~~~~~
:291:67: note: passing argument to parameter 'digest' here
void ripemd160sha256NoFinal(const unsigned int x[8], unsigned int di
The text was updated successfully, but these errors were encountered:
[2025-01-02.08:55:37] [Info] Compiling OpenCL kernels...
2 errors generated.
[2025-01-02.08:55:38] [Info] Error: :1935:34: error: passing '__generic unsigned int *' to parameter of type 'unsigned int *' changes address space of pointer
ripemd160sha256NoFinal(hash, digestOut);
^~~~~~~~~
:291:67: note: passing argument to parameter 'digest' here
void ripemd160sha256NoFinal(const unsigned int x[8], unsigned int digest[5])
^
:1949:34: error: passing '__generic unsigned int *' to parameter of type 'unsigned int *' changes address space of pointer
ripemd160sha256NoFinal(hash, digestOut);
^~~~~~~~~
:291:67: note: passing argument to parameter 'digest' here
void ripemd160sha256NoFinal(const unsigned int x[8], unsigned int di
The text was updated successfully, but these errors were encountered: