Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
tpruvot
GitHub Repository: tpruvot/cpuminer-multi
Path: blob/linux/yescrypt/yescrypt-best.c
1201 views
1
#ifdef __SSE2__
2
#include "yescrypt-simd.c"
3
#else
4
#include "yescrypt-opt.c"
5
#endif
6
7