初始化内容
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
[binaries]
|
||||
c = 'clang-11'
|
||||
cpp = 'clang++-11'
|
||||
ar = 'llvm-ar-11'
|
||||
strip = 'llvm-strip-11'
|
||||
objcopy = 'llvm-objcopy-11'
|
||||
ld = 'llvm-ld-11'
|
||||
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'
|
||||
Reference in New Issue
Block a user