port: reenable SSE/NEON checks in mixer

This commit is contained in:
fgsfds 2023-08-06 15:52:54 +02:00
parent ffb5ca4b5b
commit af3e235348
1 changed files with 0 additions and 5 deletions

View File

@ -5,7 +5,6 @@
#include "mixer.h"
#include "platform.h"
/*
#ifdef __SSE4_1__
#include <immintrin.h>
#define HAS_SSE41 1
@ -18,10 +17,6 @@
#define HAS_SSE41 0
#define HAS_NEON 0
#endif
*/
#define HAS_SSE41 0
#define HAS_NEON 0
#pragma GCC optimize ("unroll-loops")