Restored original opus sse files, excluded from Xcode

Also added line break in script for consistency, thanks @zturtleman
This commit is contained in:
Tom Kidd 2021-03-17 23:58:14 -05:00
parent 3d357346fc
commit c00f7c1710
8 changed files with 5 additions and 28 deletions

View file

@ -29,8 +29,6 @@
#include "config.h"
#endif
#if defined (__i386__) || defined(__x86_64__)
#include <xmmintrin.h>
#include <emmintrin.h>
@ -195,4 +193,3 @@ void xcorr_kernel_sse4_1(const opus_val16 * x, const opus_val16 * y, opus_val32
_mm_storeu_si128((__m128i *)sum, initSum);
}
#endif
#endif