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:
@@ -11,8 +11,8 @@
|
||||
|
||||
typedef struct {
|
||||
unsigned char data[32<<2];
|
||||
__m128i buffer[32][8];
|
||||
__m128i state[17];
|
||||
v128_t buffer[32][8];
|
||||
v128_t state[17];
|
||||
unsigned data_ptr;
|
||||
unsigned buffer_ptr;
|
||||
} panama_4way_context __attribute__ ((aligned (64)));
|
||||
|
||||
Reference in New Issue
Block a user