Stage 2 doesn't need to know about intrinsics either (for itself)
This commit is contained in:
parent
2c23b375b2
commit
473ab12a0a
|
@ -1,10 +1,3 @@
|
|||
#ifdef _MSC_VER
|
||||
/* Microsoft C/C++-compatible compiler */
|
||||
#include <intrin.h>
|
||||
#else
|
||||
#include <x86intrin.h>
|
||||
#endif
|
||||
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
|
||||
|
|
Loading…
Reference in New Issue