···8383 if final.isAarch32 then "arm"
8484 else if final.isAarch64 then "arm64"
8585 else if final.isx86_32 then "x86"
8686- else if final.isx86_64 then "ia64"
8686+ else if final.isx86_64 then "x86"
8787 else if final.isMips then "mips"
8888 else final.parsed.cpu.name;
8989