Try to fix build over SSE issues
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
1b4cd16075
commit
9b502ad011
2 changed files with 5 additions and 1 deletions
|
@ -6,9 +6,11 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#define CARDINAL_INCLUDING_EMULATED_IMMINTRIN_H
|
||||
#include "mmintrin.h"
|
||||
#include "xmmintrin.h"
|
||||
#include "emmintrin.h"
|
||||
#include "pmmintrin.h"
|
||||
#include "tmmintrin.h"
|
||||
#include "smmintrin.h"
|
||||
#undef CARDINAL_INCLUDING_EMULATED_IMMINTRIN_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue