]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/i40e/meson.build
ethdev: remove forcing stopped state upon close
[dpdk.git] / drivers / net / i40e / meson.build
index 211d45d886f8ccf195b79e55a08701009237a4e3..68f9895cd71608b621b2cc18b3fc9b0534c309f1 100644 (file)
@@ -31,7 +31,7 @@ if arch_subdir == 'x86'
        # compile AVX2 version if either:
        # a. we have AVX supported in minimum instruction set baseline
        # b. it's not minimum instruction set, but supported by compiler
-       if dpdk_conf.has('RTE_MACHINE_CPUFLAG_AVX2')
+       if cc.get_define('__AVX2__', args: machine_args) != ''
                cflags += ['-DCC_AVX2_SUPPORT']
                sources += files('i40e_rxtx_vec_avx2.c')
        elif cc.has_argument('-mavx2')