This commit is contained in:
Jay D Dee
2018-03-27 20:20:05 -04:00
parent 3363d61524
commit f449c6725f
105 changed files with 4560 additions and 1846 deletions

View File

@@ -4,7 +4,7 @@
#include <stddef.h>
#include "algo/sha/sph_types.h"
#if defined(__AVX__)
#if defined(__SSE4_2__)
#include "avxdefs.h"
@@ -34,5 +34,5 @@ void ripemd160_8way_close( ripemd160_8way_context *sc, void *dst );
#endif // __AVX2__
#endif // __AVX__
#endif // __SSE4_2__
#endif // RIPEMD_HASH_4WAY_H__