Skip to content

Commit

Permalink
audio: patched to compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 14, 2019
1 parent 5bd9b8b commit 5c56c88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/audio/SDL_audiotypecvt.c
Expand Up @@ -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;
Expand Down

0 comments on commit 5c56c88

Please sign in to comment.