Skip to content

plugin: workaround for AVX intrinsic: "_mm256_setr_m128()" missing in GCC

Signed-off-by: Martin Koch martin.koch@ese.de

Ported known workaround for gcc (tested with 5.2, 5.4 and 7.3) not providing AVX-intrinsic function _mm256_setr_m128().

Hope this will not break clang or icc compilation

Merge request reports