Skip to content

Commit

Permalink
audio: disable NEON converters for now.
Browse files Browse the repository at this point in the history
To be revisited after 2.0.9 ships!

(doesn't fix Bugzilla #4186, but stops the regression for the time being.)
  • Loading branch information
icculus committed Sep 29, 2018
1 parent e77ec88 commit 56ec349
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/audio/SDL_audiotypecvt.c
Expand Up @@ -25,7 +25,8 @@
#include "SDL_cpuinfo.h"
#include "SDL_assert.h"

#ifdef __ARM_NEON__
/* !!! FIXME: disabled until we fix https://bugzilla.libsdl.org/show_bug.cgi?id=4186 */
#if 0 /*def __ARM_NEON__*/
#define HAVE_NEON_INTRINSICS 1
#endif

Expand Down

0 comments on commit 56ec349

Please sign in to comment.