Skip to content

checkasm: Add --list-cpuflags option

Henrik Gramner requested to merge gramner/dav1d:checkasm_list_cpuflags into master

Instead of adding yet another boolean flag this introduces an enum for signaling the current "run mode".

Printing cpuflags which are not supported on the current system could be useful if those flags are ifdef'ed out from the cpus[] table when unsupported by the compiler/assembler (e.g. !1616 (merged)) in order to distinguish between "not supported by this toolchain" and "not supported by this cpu".

Merge request reports