MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / main

Function main

Scripts/ClassifyCPU.py:47–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 return _ArchVersion
46
47def main():
48 if (platform.machine() == "aarch64"):
49 print("ARMv{}".format(GetCPUFeaturesVersion()))
50 elif (platform.machine() == "x86_64"):
51 print("x64")
52
53 sys.exit(0)
54
55if __name__ == "__main__":
56 sys.exit(main())

Callers 1

ClassifyCPU.pyFile · 0.70

Calls 3

printFunction · 0.85
GetCPUFeaturesVersionFunction · 0.70
formatMethod · 0.45

Tested by

no test coverage detected