This commit is contained in:
Jay D Dee
2017-11-28 16:32:04 -05:00
parent 6d1361c87f
commit 4b57ac0eb9
70 changed files with 10549 additions and 2852 deletions

View File

@@ -40,6 +40,8 @@
extern "C"{
#endif
#ifdef __AVX2__
#include <stddef.h>
#include "algo/sha/sph_types.h"
#include "avxdefs.h"
@@ -62,8 +64,6 @@ extern "C"{
* <code>memcpy()</code>).
*/
#ifdef __AVX2__
typedef struct {
__m256i buf[144*8]; /* first field, for alignment */
__m256i w[25];