Re: [PATCH 0/2] Add AVX512F optimization option and buffer_zero_avx512()

2020-02-13 Thread no-reply
Patchew URL: https://patchew.org/QEMU/1581580379-54109-1-git-send-email-robert...@linux.intel.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. ===

[PATCH 0/2] Add AVX512F optimization option and buffer_zero_avx512()

2020-02-12 Thread Robert Hoo
1. Add avx512_opt option and enable it when host has the ability 2. Implement new buffer_zero_avx512() with AVX512F instructions Robert Hoo (2): configure: add configure option avx512f_opt util: add function buffer_zero_avx512() configure| 39