diff options
Diffstat (limited to 'vendor/github.com/templexxx/cpu/README.md')
-rw-r--r-- | vendor/github.com/templexxx/cpu/README.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vendor/github.com/templexxx/cpu/README.md b/vendor/github.com/templexxx/cpu/README.md new file mode 100644 index 0000000..50ccb9f --- /dev/null +++ b/vendor/github.com/templexxx/cpu/README.md @@ -0,0 +1,23 @@ +# cpu +internal/cpu(in Go standard lib) with these detections: + +>- AVX512 +> +>- Cache Size +> +>- Invariant TSC +> + +It also provides: + +>- False sharing range, see `X86FalseSharingRange` for X86 platform. +> +>- TSC frequency +> +>- Name +> +>- Family & Model + +# Acknowledgement + +[klauspost/cpuid](https://github.com/klauspost/cpuid)
\ No newline at end of file |