Files
xgcl/grand/drng/entropy/rdtsc/rdtsc_asm.go
T
2026-05-27 23:03:00 +08:00

10 lines
135 B
Go

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