Re: [Qemu-devel] [PATCH] target-i386: add more Intel AVX-512 instructions support

2016-08-02 Thread Eduardo Habkost
On Tue, Aug 02, 2016 at 04:10:39PM +0800, Luwei Kang wrote: > Add more AVX512 feature bits, include AVX512DQ, AVX512IFMA, > AVX512BW, AVX512VL, AVX512VBMI. Its spec can be found at: > https://software.intel.com/sites/default/files/managed/b4/3a/319433-024.pdf > > Signed-off-by: Luwei Kang As we'

[Qemu-devel] [PATCH] target-i386: add more Intel AVX-512 instructions support

2016-08-02 Thread Luwei Kang
Add more AVX512 feature bits, include AVX512DQ, AVX512IFMA, AVX512BW, AVX512VL, AVX512VBMI. Its spec can be found at: https://software.intel.com/sites/default/files/managed/b4/3a/319433-024.pdf Signed-off-by: Luwei Kang --- target-i386/cpu.c | 14 +- target-i386/cpu.h | 5 + 2 f