]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_acl/meson.build
common/sfc_efx/base: add NIC magic check on BAR lookup
[dpdk.git] / lib / librte_acl / meson.build
index d1e2c184cc41a44e550157f435b58e92a747b397..b31a3f798e2744a0c0c9940ba5af05923992f778 100644 (file)
@@ -15,7 +15,7 @@ if dpdk_conf.has('RTE_ARCH_X86')
        # in former case, just add avx2 C file to files list
        # in latter case, compile c file to static lib, using correct compiler
        # flags, and then have the .o file from static lib linked into main lib.
-       if dpdk_conf.has('RTE_MACHINE_CPUFLAG_AVX2')
+       if cc.get_define('__AVX2__', args: machine_args) != ''
                sources += files('acl_run_avx2.c')
                cflags += '-DCC_AVX2_SUPPORT'
        elif cc.has_argument('-mavx2')