Skip to content

Unbork avx512 preduce_mul on MSVC.

Antonio Sánchez requested to merge cantonios/eigen:avx512 into master

MSVC seems to have a buggy implementation of _mm512_reduce_mul_epi64 when the output is negative, instead producing what seems like garbage. We need to use a different implementation.

Merge request reports