mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-26 23:25:27 +00:00
Include simde in ppc_context.h
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
This commit is contained in:
parent
8de0e8ca30
commit
5d500f26e7
@ -17,6 +17,6 @@
|
|||||||
#include <xxhash.h>
|
#include <xxhash.h>
|
||||||
#include <fmt/core.h>
|
#include <fmt/core.h>
|
||||||
|
|
||||||
# define SIMDE_ENABLE_NATIVE_ALIASES
|
#define SIMDE_ENABLE_NATIVE_ALIASES
|
||||||
|
|
||||||
#include <x86/sse.h>
|
#include <x86/sse.h>
|
||||||
|
@ -12,14 +12,9 @@
|
|||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
|
||||||
#include <x86intrin.h>
|
#define SIMDE_ENABLE_NATIVE_ALIASES
|
||||||
|
#include <x86/sse.h>
|
||||||
#ifdef _WIN32
|
#include <x86/sse4.1.h>
|
||||||
#include <intrin.h>
|
|
||||||
#else
|
|
||||||
#include <xmmintrin.h>
|
|
||||||
#include <smmintrin.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define PPC_JOIN(x, y) x##y
|
#define PPC_JOIN(x, y) x##y
|
||||||
#define PPC_XSTRINGIFY(x) #x
|
#define PPC_XSTRINGIFY(x) #x
|
||||||
|
Loading…
x
Reference in New Issue
Block a user