Versions in this module Expand all Collapse all go1 go1.18.10 Jan 10, 2023 Changes in this version + const DefaultPhysPageSize + const Int64Align + const MinFrameSize + const PCQuantum + const StackAlign + const StackGuardMultiplier + func Bswap32(x uint32) uint32 + func Bswap64(x uint64) uint64 + func Ctz32(x uint32) int + func Ctz64(x uint64) int + func Ctz8(x uint8) int + func LeadingZeros64(x uint64) int + func LeadingZeros8(x uint8) int + func Len64(x uint64) (n int) + func Len8(x uint8) int + func OnesCount64(x uint64) int + func Prefetch(addr uintptr) + func PrefetchStreamed(addr uintptr) + func TrailingZeros64(x uint64) int + func TrailingZeros8(x uint8) int