summaryrefslogtreecommitdiff
path: root/vendor/github.com/templexxx/cpu/README.md
blob: 50ccb9fdf54886cf1de65a6840cf922eb9240a7f (plain)
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)