FS-3473: --resolve do not use asm optimizations on newer broken apple compiler until we can figure out the correct fix for this

This commit is contained in:
Michael Jerris 2012-10-30 10:43:38 -04:00
parent acd73bfaee
commit d5d107d281
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
static void weighting_filter(int16_t x[40],
const int16_t *e) // signal [-5..0.39.44] IN)
{
#if defined(__GNUC__) && defined(SPANDSP_USE_MMX) && defined(__x86_64__)
#if defined(__GNUC__) && defined(SPANDSP_USE_MMX) && defined(__x86_64__) && !(defined(__APPLE_CC__) && __APPLE_CC__ >= 5448)
/* Table 4.4 Coefficients of the weighting filter */
/* This must be padded to a multiple of 4 for MMX to work */
static const union