This commit is contained in:
Jay D Dee
2023-10-06 22:18:09 -04:00
parent bc5a5c6df8
commit 31c4dedf59
144 changed files with 5931 additions and 3746 deletions

View File

@@ -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)));