Skip to content

Commit

Permalink
include_sse2neon.h: add missing _MM_SHUFFLE2()
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Mar 17, 2024
1 parent c94188e commit 1466b13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gcore/include_sse2neon.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,8 @@

#include "sse2neon.h"

#ifndef _MM_SHUFFLE2
#define _MM_SHUFFLE2(fp1, fp0) (((fp1) << 1) | (fp0))
#endif

#endif /* INCLUDE_SSE2NEON_H */

0 comments on commit 1466b13

Please sign in to comment.