Files
dl/third/simde/docker/cross-files/intel-all-clang-10.cross
T
2026-09-16 14:07:40 +08:00

22 lines
678 B
Plaintext
Vendored

[binaries]
c = 'clang-10'
cpp = 'clang++-10'
ar = 'llvm-ar-10'
strip = 'llvm-strip-10'
objcopy = 'llvm-objcopy-10'
ld = 'llvm-ld-10'
#exe_wrapper = ['sde64', '-clx', '--']
exe_wrapper = ['sde64', '-tgl', '--']
[properties]
#c_args = ['-march=cascadelake', '-Weverything', '-fno-lax-vector-conversions', '-Werror']
#cpp_args = ['-march=cascadelake', '-Weverything', '-fno-lax-vector-conversions', '-Werror']
c_args = ['-march=tigerlake', '-Weverything', '-fno-lax-vector-conversions', '-Werror']
cpp_args = ['-march=tigerlake', '-Weverything', '-fno-lax-vector-conversions', '-Werror']
[host_machine]
system = 'linux'
cpu_family = 'x86_64-all'
cpu = 'x86_64'
endian = 'little'