Skip to content

[CI] Restrict to newer clang.

Jö Fahlke requested to merge restrict-to-new-clang into master

Clang before 3.9 does not have the intrinsic _mm_rolv_epi32(), which is used by vectorclass if the avx512vl instruction set is available.

Edited by Jö Fahlke

Merge request reports