1
0
mirror of https://github.com/minio/minio.git synced 2025-02-17 00:22:32 -05:00

2 Commits

Author SHA1 Message Date
Harshavardhana
76c4ea7682
force all internal MinIO operations to be under UTC () 2022-11-04 16:44:38 -07:00
Klaus Post
8ed7346273
Disable AVX512 on Darwin ()
Preemptively disable AVX512 until https://github.com/golang/go/issues/49233 has been resolved.

This potentially affects reedsolomon, simdjson, sha256-simd, md5-simd packages.

Init order requires a separate package since main itself is initialized last, but imports are initialized in the order they are imported from main (confirmed).
2021-11-01 08:03:16 -07:00