Files
cpuminer-opt-gpu/algo/yescrypt/yescrypt-best.c
2016-09-22 13:16:18 -04:00

6 lines
82 B
C

#ifdef __SSE2__
#include "yescrypt-simd.c"
#else
#include "yescrypt-opt.c"
#endif