mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
6 lines
82 B
C
6 lines
82 B
C
#ifdef __SSE2__
|
|
#include "yescrypt-simd.c"
|
|
#else
|
|
#include "yescrypt-opt.c"
|
|
#endif
|