Commit Graph

16 Commits

Author SHA1 Message Date
3efa7c2251 cpuid/x86: prefer string_view to view for output 2023-05-15 11:04:37 +10:00
f9c298fba5 cpuid/x86: correct libfmt specifier syntax 2021-05-18 06:54:20 +10:00
50b2105df5 build: clang-tidy fixes 2021-04-19 14:52:22 +10:00
462776dafa format: remove in favour of libfmt 2021-04-14 10:23:33 +10:00
5c3df6cd4c cpuid/x86: print the AVX feature 2020-04-21 17:15:58 +10:00
9750796e4e cpuid/x86: explicitly include iosfwd 2020-02-17 14:29:31 +11:00
0df4fd4bfa cpuid/x86: use leaf 80000008 for AMD physical core counts 2019-06-28 16:57:47 +10:00
471c81c43a cpuid/x86: move the result struct into an anonymous namespace 2019-06-28 16:11:49 +10:00
5c14eb01e1 cpuid/x86: avoid trailing nulls in output and storage 2019-06-25 14:53:45 +10:00
3b24e6b7e7 cpuid;x86: prefer boolean names over numbers 2019-06-20 14:47:28 +10:00
72ea2450a2 cpuid;x86: ensure ostream simd key has a colon 2019-06-20 14:46:58 +10:00
4edd8d8c3e cpuid/x86: null terminate strings for convenience 2019-06-20 14:42:17 +10:00
bad822898d cpuid/x86: fix the parent include path 2019-06-20 11:44:53 +10:00
f4ef1dc9a0 cpuid/x86: avoid coercing cpuid params from int to unsigned 2019-04-15 10:35:12 +10:00
3a518fbac8 cpuid: add null fallback 2019-02-02 16:40:37 +11:00
c5633a32c5 cpuid: move specifics into a directory 2019-02-02 16:37:46 +11:00