Vector Class Discussion

New version 1.14 supports AVX512
Author: Agner Date: 2016-05-31 23:36
Peter Cordes wrote:
Do you have any thoughts on changing types like Vec16cb into mask types when AVX512 is available?
Unfortunately, Intel introduced a completely new register type just for masks in AVX512. This is the reason why I have made a separate vector type for masks. Conversion instructions are needed for conversion between masks and anything else.
 
thread New version 1.14 supports AVX512 new - Agner - 2014-07-24
last replythread New version 1.14 supports AVX512 new - Peter Cordes - 2016-05-31
last reply New version 1.14 supports AVX512 - Agner - 2016-05-31