mirror of
https://github.com/pgsty/minio.git
synced 2026-08-10 00:03:29 +03:00
Disable sha1,sha256,sha512 avx,avx2,sse3 crypto implementations.
Re-implement them later, once stable
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
#
|
||||
########################################################################
|
||||
|
||||
#ifdef HAS_SSE41
|
||||
#include "asm.S"
|
||||
|
||||
.text
|
||||
@@ -419,3 +420,4 @@ K512:
|
||||
.quad 0x3c9ebe0a15c9bebc,0x431d67c49c100d4c
|
||||
.quad 0x4cc5d4becb3e42b6,0x597f299cfc657e2a
|
||||
.quad 0x5fcb6fab3ad6faec,0x6c44198c4a475817
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user