From b86fa1118ff3cc18b9d1cc6f706672fbed6315d5 Mon Sep 17 00:00:00 2001 From: hzqst <113660872@qq.com> Date: Tue, 11 Jun 2024 00:23:03 +0800 Subject: [PATCH] Fix comp err. --- include/SourceSDK/mathlib/sse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SourceSDK/mathlib/sse.cpp b/include/SourceSDK/mathlib/sse.cpp index 181169b3..d86a190a 100644 --- a/include/SourceSDK/mathlib/sse.cpp +++ b/include/SourceSDK/mathlib/sse.cpp @@ -745,7 +745,7 @@ void VectorRotateSSE( const float *in1, const matrix3x4_t& in2, float *out1 ) #endif } -#ifdef 0 +#if 1 void _declspec(naked) _SSE_VectorMA( const float *start, float scale, const float *direction, float *dest ) { // FIXME: This don't work!! It will overwrite memory in the write to dest