We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc7a42 commit c19a118Copy full SHA for c19a118
1 file changed
init/arch_specs/eessi_arch_arm.spec
@@ -1,6 +1,7 @@
1
# ARM CPU architecture specifications (see https://gpages.juszkiewicz.com.pl/arm-socs-table/arm-socs.html for guidance)
2
# CPU implementers: 0x41 (ARM), 0x46 (Fujitsu) - also see https://github.com/hrw/arm-socs-table/blob/main/data/socs.yml
3
-# Flipping the order of nvidia/grace and google/axion results in nvidia/grace being the "top" on Axion systems
+# To ensure that archdetect produces the correct ordering, CPU targets should be listed from the most specific
4
+# to the most general. In particular, if CPU target A is a subset of CPU target B, then A must be listed before B
5
6
# Software path in EESSI | 'Vendor ID' or 'CPU implementer' | List of defining CPU features
7
"aarch64/a64fx" "0x46" "asimdhp sve" # Fujitsu A64FX
0 commit comments