Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
madronalabs committed Feb 27, 2024
1 parent 5d2c33f commit ed49d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/DSP/MLDSPMathSSE.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit ed49d8a

Please sign in to comment.