mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
Initial upload v3.4.7
This commit is contained in:
5
algo/yescrypt/yescrypt-best.c
Normal file
5
algo/yescrypt/yescrypt-best.c
Normal file
@@ -0,0 +1,5 @@
|
||||
#ifdef __SSE2__
|
||||
#include "yescrypt-simd.c"
|
||||
#else
|
||||
#include "yescrypt-opt.c"
|
||||
#endif
|
||||
Reference in New Issue
Block a user