From ed49d8a43326d32e710bc3d7e086c66b08a5ce76 Mon Sep 17 00:00:00 2001 From: Randy Jones Date: Mon, 26 Feb 2024 20:52:51 -0800 Subject: [PATCH] typo --- source/DSP/MLDSPMathSSE.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/DSP/MLDSPMathSSE.h b/source/DSP/MLDSPMathSSE.h index 528cf271..45da32d0 100644 --- a/source/DSP/MLDSPMathSSE.h +++ b/source/DSP/MLDSPMathSSE.h @@ -892,7 +892,7 @@ inline SIMDVectorFloat vecShuffleLeft(SIMDVectorFloat v1, SIMDVectorFloat v2) // define infix operators for native SSE / MSVC. #ifndef ML_SSE_TO_NEON -#ifdef WIN_32 +#ifdef WIN32 inline SIMDVectorFloat& operator*(const SIMDVectorFloat& a, const SIMDVectorFloat& b) {