libroot: Include emmintrin instead of x86intrin.

We only need one builtin here, not 8 files of them.
This commit is contained in:
Augustin Cavalier
2019-05-24 14:24:27 -04:00
parent a1ad8af64e
commit 43005c1925
@@ -9,7 +9,7 @@
#include <cstddef>
#include <cstdint>
#include <x86intrin.h>
#include <emmintrin.h>
namespace {