const internal/goarch.IsPpc64
5 uses
internal/goarch (current package)
goarch.go#L39: const BigEndian = IsArmbe|IsArm64be|IsMips|IsMips64|IsPpc|IsPpc64|IsS390|IsS390x|IsSparc|IsSparc64 == 1
zgoarch_amd64.go#L24: const IsPpc64 = 0
crypto/aes
cipher_asm.go#L40: var supportsAES = cpu.X86.HasAES || cpu.ARM64.HasAES || goarch.IsPpc64 == 1 || goarch.IsPpc64le == 1
runtime
stubs.go#L129: if goarch.IsAmd64|goarch.IsArm64|goarch.IsPpc64|
stubs.go#L162: if goarch.IsAmd64|goarch.IsArm64|goarch.IsPpc64|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |