From: Michael Jerris Date: Tue, 30 Oct 2012 14:43:38 +0000 (-0400) Subject: FS-3473: --resolve do not use asm optimizations on newer broken apple compiler until... X-Git-Tag: v1.3.1~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5d107d28194b7f54e2776cd27276daeca2abfea;p=thirdparty%2Ffreeswitch.git FS-3473: --resolve do not use asm optimizations on newer broken apple compiler until we can figure out the correct fix for this --- diff --git a/libs/spandsp/src/gsm0610_rpe.c b/libs/spandsp/src/gsm0610_rpe.c index 28b1a72e79..c62d892ce7 100644 --- a/libs/spandsp/src/gsm0610_rpe.c +++ b/libs/spandsp/src/gsm0610_rpe.c @@ -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