Skip to content

Commit

Permalink
Fix comp err.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzqst committed Jun 10, 2024
1 parent 933b676 commit b86fa11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SourceSDK/mathlib/sse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b86fa11

Please sign in to comment.