Re: [dpdk-dev] [PATCH v2] test: add check for AVX512F

2017-10-09 Thread Thomas Monjalon
19/09/2017 04:25, Zhiyong Yang: > The CPUs which support AVX512 have been released. Add support for > checking AVX512F instruction set. > > Signed-off-by: Zhiyong Yang > Acked-by: Bruce Richardson Applied, thanks

[dpdk-dev] [PATCH v2] test: add check for AVX512F

2017-09-18 Thread Zhiyong Yang
The CPUs which support AVX512 have been released. Add support for checking AVX512F instruction set. Signed-off-by: Zhiyong Yang Acked-by: Bruce Richardson --- Changes in V2: reword the title and commit message according to Bruce's comments. test/test/test_cpuflags.c | 3 +++ 1 file changed, 3