cross3_product vectorization

Reference issue

Fixes #2779 (closed)

What does this implement/fix?

Additional information

The changes to Eigen/src/Core/arch/AVX/TypeCasting.h were needed to fix compilation on MSVC, even if the function is not referenced. _mm256_set_m128d is a macro that tripped up the parser.

Edited by Charles Schlosser

Merge request reports

Loading