mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 03:08:31 +00:00
Add more Intel microarchitectures
This commit is contained in:
parent
eeb20775d2
commit
5d80e8dbf6
4 changed files with 21 additions and 1 deletions
|
@ -73,7 +73,7 @@ static void showstrata(void) {
|
|||
void showcachesizes(void) {
|
||||
unsigned i;
|
||||
CPUID4_ITERATE(i, {
|
||||
printf("%-19s%s%s %u-way %,7u byte cache w/%s %,5u sets of %u byte lines "
|
||||
printf("%-19s%s%s %2u-way %,9u byte cache w/%s %,6u sets of %u byte lines "
|
||||
"shared across %u threads\n",
|
||||
gc(xasprintf("Level %u%s", CPUID4_CACHE_LEVEL,
|
||||
CPUID4_CACHE_TYPE == 1 ? " data"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue