aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mesonlib/universal.py
diff options
context:
space:
mode:
authorBen Niu <niuben003@gmail.com>2021-01-22 15:35:15 -0800
committerJussi Pakkanen <jpakkane@gmail.com>2021-01-25 18:20:13 +0000
commitf0881cf36548e24b07cf4d4a5ff8c22bb0c83826 (patch)
tree711c4c84b56895884c3ab2bd90a1015e373ab963 /mesonbuild/mesonlib/universal.py
parent99b9433beacceb91aced217cd4f14115281bf100 (diff)
downloadmeson-f0881cf36548e24b07cf4d4a5ff8c22bb0c83826.zip
meson-f0881cf36548e24b07cf4d4a5ff8c22bb0c83826.tar.gz
meson-f0881cf36548e24b07cf4d4a5ff8c22bb0c83826.tar.bz2
Add ARM64EC as a new conceptual cpu type of arm64
ARM64EC is a new ARM64 ABI made by Microsoft. The ARM64EC binaries can be loaded in x64 processes on the latest Windows Insider Preview on ARM64, and they don't need to be emulated for the sake of performance. To support the ARM64EC build target, a new conceptual arm64 cpu type 'arm64ec' is added. The cpu can be specified in cross files like below to generate msbuild solution/vcxproj files with platform set to ARM64EC. [target_machine] system = 'windows' cpu_family = 'aarch64' cpu = 'arm64ec' endian = 'little'
Diffstat (limited to 'mesonbuild/mesonlib/universal.py')
0 files changed, 0 insertions, 0 deletions