Stage 2 doesn't need to know about intrinsics either (for itself)

This commit is contained in:
Geoff Langdale 2019-03-21 11:41:15 +11:00
parent 2c23b375b2
commit 473ab12a0a
1 changed files with 0 additions and 7 deletions

View File

@ -1,10 +1,3 @@
#ifdef _MSC_VER
/* Microsoft C/C++-compatible compiler */
#include <intrin.h>
#else
#include <x86intrin.h>
#endif
#include <cassert>
#include <cstring>