Skip to content

Commit

Permalink
Add a new test, updated README (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
alalazo authored Feb 17, 2024
1 parent ad11750 commit 0d995aa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ language specific APIs.

Currently the repository contains the following JSON files:
```console
.
├── COPYRIGHT
── cpu
   ├── microarchitectures.json # Contains information on CPU microarchitectures
   └── microarchitectures_schema.json # Schema for the file above
cpu/
├── cpuid.json # Contains information on CPUID calls to retrieve vendor and features on x86_64
── cpuid_schema.json # Schema for the file above
├── microarchitectures.json # Contains information on CPU microarchitectures
└── microarchitectures_schema.json # Schema for the file above
```


Expand Down
7 changes: 7 additions & 0 deletions tests/targets/windows-cpuid-icelake
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
0, 0, 20, 1970169159, 1818588270, 1231384169
2147483648, 0, 2147483656, 0, 0, 0
1, 0, 526017, 68159488, 2147154943, 3219913727
7, 0, 2, 4089423851, 415268830, 4228908816
7, 1, 0, 0, 0, 262144
13, 1, 15, 2440, 14592, 0
2147483649, 0, 0, 0, 289, 739248128

0 comments on commit 0d995aa

Please sign in to comment.