//go:build amd64 || arm64 // +build amd64 arm64 package rdtsc const SupportRDTSC = true //go:noescape func GetCPUTimeStamp() uint64