Home
last modified time | relevance | path

Searched refs:get_avx_supported (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/net/i40e/
H A Di40e_rxtx.c3202 get_avx_supported(bool request_avx512) in get_avx_supported() function
3266 ad->rx_use_avx512 = get_avx_supported(1); in i40e_set_rx_function()
3269 ad->rx_use_avx2 = get_avx_supported(0); in i40e_set_rx_function()
3457 ad->tx_use_avx512 = get_avx_supported(1); in i40e_set_tx_function()
3460 ad->tx_use_avx2 = get_avx_supported(0); in i40e_set_tx_function()