init: v1.0.0
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
//go:build !amd64 && !arm64
|
||||
|
||||
package rdtsc
|
||||
|
||||
const SupportRDTSC = false
|
||||
|
||||
func GetCPUTimeStamp() uint64 {
|
||||
panic("unsupported")
|
||||
}
|
||||
Reference in New Issue
Block a user