diff options
Diffstat (limited to 'lib/spack/external/archspec/json/README.md')
-rw-r--r-- | lib/spack/external/archspec/json/README.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/spack/external/archspec/json/README.md b/lib/spack/external/archspec/json/README.md index e01b75f31a..78c424a86f 100644 --- a/lib/spack/external/archspec/json/README.md +++ b/lib/spack/external/archspec/json/README.md @@ -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 ``` |