mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
v3.23.4
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
#include "nist.h"
|
||||
#include "vector.h"
|
||||
|
||||
|
||||
#if defined(__SSE2__)
|
||||
|
||||
#define PRINT_SOME 0
|
||||
|
||||
int SupportedLength(int hashbitlen) {
|
||||
@@ -938,3 +941,5 @@ void fft128_natural(fft_t *x, unsigned char *a) {
|
||||
x[2*i+1] = y[i+64];
|
||||
}
|
||||
}
|
||||
|
||||
#endif // SSE2
|
||||
|
||||
Reference in New Issue
Block a user