Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-01 | Fix 386 build tags | Michael Pratt | |
The build tag for 32-bit x86 is 386, not i386. Updates #2298 PiperOrigin-RevId: 304206373 | |||
2020-03-30 | Add AMD Rome CPUID flag. | Michael Pratt | |
This flag is set on Rome CPUs, but it is not documented. PiperOrigin-RevId: 303825532 | |||
2020-02-18 | cpuid: cache the maximum size of xsave state | gVisor bot | |
perf shows that ExtendedStateSize cosumes more than 20% of cpu: 23.61% 23.61% [.] pkg/cpuid/cpuid.HostID PiperOrigin-RevId: 295813263 | |||
2020-02-10 | Enable pkg/cpuid support on arm64. | Haibo Xu | |
Fixes #1255 Signed-off-by: Haibo Xu <haibo.xu@arm.com> Change-Id: I8614e6f3ee321c2989567e4e712aa8f28cc9db14 |