From 180084ca55128593dc1d77e4f325e0990f45eb9f Mon Sep 17 00:00:00 2001 From: Ultra TM Date: Thu, 6 Mar 2025 19:50:53 +0100 Subject: [PATCH] Fix obsolete function header without body --- XenonUtils/ppc_context.h | 1 - 1 file changed, 1 deletion(-) diff --git a/XenonUtils/ppc_context.h b/XenonUtils/ppc_context.h index 6996f7c..052ddd2 100644 --- a/XenonUtils/ppc_context.h +++ b/XenonUtils/ppc_context.h @@ -707,7 +707,6 @@ inline simde__m128i simde_mm_vctuxs(simde__m128 src1) return simde_mm_or_si128(dest, xmm0); } -inline simde__m128i simde_mm_vsr(simde__m128i a, simde__m128i b) #if defined(__aarch64__) || defined(_M_ARM64) inline uint64_t __rdtsc() {