File: README.md

package info (click to toggle)
golang-github-templexxx-cpu 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: asm: 56; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 321 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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)