Skip to content

Fix _mm_loadu_si32 detection for vendoered Clang.

Apple uses different clang_major version numbers than upstream, so our test did not work. This caused compilation failures with, e.g., XCode 10.1, which reports clang_major as 10 despite being forked from upstream's 7.0 branch.

Fixes #2369 (closed)

Merge request reports