mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
v3.6.1
This commit is contained in:
9
miner.h
9
miner.h
@@ -12,6 +12,12 @@
|
||||
#endif
|
||||
//#endif
|
||||
|
||||
#ifdef __SHA__
|
||||
#ifndef NO_SHA_NI
|
||||
#define SHA_NI
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
||||
#undef USE_ASM /* to fix */
|
||||
@@ -323,7 +329,8 @@ double hash_target_ratio( uint32_t* hash, uint32_t* target );
|
||||
void work_set_target_ratio( struct work* work, uint32_t* hash );
|
||||
|
||||
void get_currentalgo( char* buf, int sz );
|
||||
bool has_aes_ni( void );
|
||||
bool has_sha();
|
||||
bool has_aes_ni();
|
||||
bool has_avx1();
|
||||
bool has_avx2();
|
||||
bool has_sse2();
|
||||
|
||||
Reference in New Issue
Block a user