19 lines
707 B
Plaintext
Vendored
19 lines
707 B
Plaintext
Vendored
[binaries]
|
|
c = 'clang-12'
|
|
cpp = 'clang++-12'
|
|
ar = 'llvm-ar-12'
|
|
strip = 'llvm-strip-12'
|
|
objcopy = 'llvm-objcopy-12'
|
|
ld = 'llvm-ld-12'
|
|
exe_wrapper = ['sde64', '-tgl', '--']
|
|
|
|
[properties]
|
|
c_args = ['-mavx512bw', '-mavx512dq', '-mavx512vl', '-mbmi2', '-DSIMDE_NATURAL_VECTOR_SIZE=256', '-Weverything', '-fno-lax-vector-conversions', '-Wno-newline-eof', '-Wno-missing-variable-declarations', '-Werror']
|
|
cpp_args = ['-mavx512bw', '-mavx512dq', '-mavx512vl', '-mbmi2', '-DSIMDE_NATURAL_VECTOR_SIZE=256', '-Weverything', '-fno-lax-vector-conversions', '-Wno-newline-eof', '-Wno-missing-variable-declarations', '-Werror']
|
|
|
|
[host_machine]
|
|
system = 'linux'
|
|
cpu_family = 'x86_64-all'
|
|
cpu = 'x86_64'
|
|
endian = 'little'
|