mirror of
https://github.com/pgsty/minio.git
synced 2026-08-10 08:13:28 +03:00
Disable sha1,sha256,sha512 avx,avx2,sse3 crypto implementations.
Re-implement them later, once stable
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
#
|
||||
########################################################################
|
||||
|
||||
#ifdef HAS_SSE41
|
||||
#include "asm.S"
|
||||
|
||||
## assume buffers not aligned
|
||||
@@ -504,3 +505,4 @@ _SHUF_00BA:
|
||||
# shuffle xDxC -> DC00
|
||||
_SHUF_DC00:
|
||||
.octa 0x0b0a090803020100FFFFFFFFFFFFFFFF
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user