Loading meson.build +2 −9 Original line number Diff line number Diff line Loading @@ -276,15 +276,8 @@ if get_option('valgrind') == true # Some new instruction sets are not compatible with # Valgrind. Disable these. _instruction_sets = [ 'avx512f', 'avx512pf', 'avx512er', 'avx512cd', 'avx512vl', 'avx512bw', 'avx512dq', 'avx512ifma', 'avx512vbmi', 'avx', 'sse4', ] cflags += [ '-DVALGRIND' ] foreach cflag : _instruction_sets Loading Loading
meson.build +2 −9 Original line number Diff line number Diff line Loading @@ -276,15 +276,8 @@ if get_option('valgrind') == true # Some new instruction sets are not compatible with # Valgrind. Disable these. _instruction_sets = [ 'avx512f', 'avx512pf', 'avx512er', 'avx512cd', 'avx512vl', 'avx512bw', 'avx512dq', 'avx512ifma', 'avx512vbmi', 'avx', 'sse4', ] cflags += [ '-DVALGRIND' ] foreach cflag : _instruction_sets Loading