AES detection is broken on linux/arm64 and issues a warning
afbjorklund opened this issue · comments
Anders Björklund commented
Description
WARN[0000] Failed to detect CPU features. Assuming that AES acceleration is not available.
Due to yet another bug in golang.org/x/sys/cpu
, this time with the cpu.Initialized
flag.
Anders Björklund commented
Other linux architectures, such as amd64 and arm(32), are OK. They both set the cpu.Initialized flag.
Same goes for other odd architectures like ppc64x and s390x, this is only the cpu_linux_arm64.go