const crypto/internal/fips140deps/cpu.AMD64
4 uses
crypto/internal/fips140deps/cpu (current package)
cpu.go#L14: AMD64 = goarch.IsAmd64 == 1
crypto/internal/fips140/aes
aes_asm.go#L28: if cpu.AMD64 {
crypto/internal/fips140/aes/gcm
gcm_asm.go#L38: if cpu.AMD64 {
crypto/internal/fips140/bigmod
nat_asm.go#L25: if cpu.AMD64 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |