mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2026-03-25 20:21:41 +00:00
Include simde in ppc_context.h
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
This commit is contained in:
parent
78d9bc1be2
commit
f5855085b5
2 changed files with 4 additions and 9 deletions
|
|
@ -17,6 +17,6 @@
|
|||
#include <xxhash.h>
|
||||
#include <fmt/core.h>
|
||||
|
||||
# define SIMDE_ENABLE_NATIVE_ALIASES
|
||||
#define SIMDE_ENABLE_NATIVE_ALIASES
|
||||
|
||||
#include <x86/sse.h>
|
||||
|
|
|
|||
|
|
@ -12,14 +12,9 @@
|
|||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
|
||||
#include <x86intrin.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <intrin.h>
|
||||
#else
|
||||
#include <xmmintrin.h>
|
||||
#include <smmintrin.h>
|
||||
#endif
|
||||
#define SIMDE_ENABLE_NATIVE_ALIASES
|
||||
#include <x86/sse.h>
|
||||
#include <x86/sse4.1.h>
|
||||
|
||||
#define PPC_JOIN(x, y) x##y
|
||||
#define PPC_XSTRINGIFY(x) #x
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue