element/vendor/github.com/codahale/aesnicheck/check_generic.go

9 lines
137 B
Go

// +build !amd64
package aesnicheck
// HasAESNI returns whether AES-NI is supported by the CPU.
func HasAESNI() bool {
return false
}