From 5d500f26e7688eda05ec31b85250d70a3903b4e7 Mon Sep 17 00:00:00 2001 From: Isaac Marovitz Date: Mon, 3 Mar 2025 09:41:41 +0000 Subject: [PATCH] Include simde in ppc_context.h Signed-off-by: Isaac Marovitz --- XenonRecomp/pch.h | 2 +- XenonUtils/ppc_context.h | 11 +++-------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/XenonRecomp/pch.h b/XenonRecomp/pch.h index aaf2e47..0dc455c 100644 --- a/XenonRecomp/pch.h +++ b/XenonRecomp/pch.h @@ -17,6 +17,6 @@ #include #include -# define SIMDE_ENABLE_NATIVE_ALIASES +#define SIMDE_ENABLE_NATIVE_ALIASES #include diff --git a/XenonUtils/ppc_context.h b/XenonUtils/ppc_context.h index bc427c9..17b89fb 100644 --- a/XenonUtils/ppc_context.h +++ b/XenonUtils/ppc_context.h @@ -12,14 +12,9 @@ #include #include -#include - -#ifdef _WIN32 -#include -#else -#include -#include -#endif +#define SIMDE_ENABLE_NATIVE_ALIASES +#include +#include #define PPC_JOIN(x, y) x##y #define PPC_XSTRINGIFY(x) #x