mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
v23.5
This commit is contained in:
@@ -137,6 +137,17 @@ extern int yespower_tls(const uint8_t *src, size_t srclen,
|
||||
extern int yespower_b2b_tls(const uint8_t *src, size_t srclen,
|
||||
const yespower_params_t *params, yespower_binary_t *dst, int thr_id);
|
||||
|
||||
extern int yespower_tls_ref(const uint8_t *src, size_t srclen,
|
||||
const yespower_params_t *params, yespower_binary_t *dst, int thr_id);
|
||||
|
||||
int yespower_hash( const char *input, char *output, int thrid );
|
||||
|
||||
int yespower_b2b_hash( const char *input, char *output, int thrid );
|
||||
|
||||
int yespower_hash_ref( const char *input, char *output, int thrid );
|
||||
|
||||
int yespower_b2b_hash_ref( const char *input, char *output, int thrid );
|
||||
|
||||
|
||||
#if defined(__AVX2__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user