Skip to content

Fix for AVX-512 compilation. Use the vec_mask_and macro and not vec_and when dealing with masks.

Matthieu Schaller requested to merge avx512-fix into master

I had to do this to be able to compile on the AVX512 system. Does this correction make sense to you ?

Merge request reports