Commit bd47c82a authored by Rob Izzard's avatar Rob Izzard
Browse files

improve valgrind flags

parent bcc02753
Loading
Loading
Loading
Loading
+2 −9
Original line number Diff line number Diff line
@@ -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