Skip to content

Commit

Permalink
Update sse2neon.h (af7596e) (#1749)
Browse files Browse the repository at this point in the history
Necessary to build the iQue branch on arm64
  • Loading branch information
rasky authored Jan 5, 2025
1 parent c19a2ac commit 1eb0a16
Show file tree
Hide file tree
Showing 2 changed files with 3,091 additions and 3,089 deletions.
1 change: 1 addition & 0 deletions ares/n64/n64.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <nmmintrin.h>
using v128 = __m128i;
#elif defined(ARCHITECTURE_ARM64) && !defined(COMPILER_MICROSOFT)
#define SSE2NEON_SUPPRESS_WARNINGS
#include <sse2neon.h>
using v128 = __m128i;
#endif
Expand Down
Loading

0 comments on commit 1eb0a16

Please sign in to comment.