mirror of
https://github.com/minio/minio.git
synced 2025-12-05 15:22:28 -05:00
Disable sha1,sha256,sha512 avx,avx2,sse3 crypto implementations.
Re-implement them later, once stable
This commit is contained in:
@@ -67,6 +67,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAS_AVX2
|
||||
#include "asm.S"
|
||||
|
||||
#define CTX %rdi /* arg1 */
|
||||
@@ -698,3 +699,4 @@ BSWAP_SHUFB_CTL:
|
||||
ret
|
||||
|
||||
ENDPROC(sha1_transform)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user