Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
audio: patched to compile.
- Loading branch information
Showing
with
0 additions
and
1 deletion.
-
+0
−1
src/audio/SDL_audiotypecvt.c
|
@@ -529,7 +529,6 @@ SDL_Convert_S32_to_F32_SSE2(SDL_AudioCVT *cvt, SDL_AudioFormat format) |
|
|
|
|
|
/* Make sure src is aligned too. */ |
|
|
if ((((size_t) src) & 15) == 0) { |
|
|
{ |
|
|
/* Aligned! Do SSE blocks as long as we have 16 bytes available. */ |
|
|
const __m128 divby8388607 = _mm_set1_ps(DIVBY8388607); |
|
|
const __m128i *mmsrc = (const __m128i *) src; |
|
|