Hi,
Running rev 43395, host Quirky 6.1.4.

I cannot compile audio/lame 3.99.5. I also tried 3.98, same problem.

The first error:

xmm_quantize_sub.c: In function 'init_xrpow_core_sse':
xmm_quantize_sub.c:65:18: warning: SSE vector return without SSE
enabled changes the ABI [-Wpsabi]
     const __m128 vec_fabs_mask = _mm_loadu_ps(&fabs_mask._float[0]);
                  ^
In file included from xmm_quantize_sub.c:37:0:
/usr/lib/gcc/i686-t2-linux-gnu/4.9.2/include/xmmintrin.h:929:1: error:
inlining failed in call to always_inline '_mm_loadu_ps': target
specific option mismatch
 _mm_loadu_ps (float const *__P)
 ^
xmm_quantize_sub.c:65:18: error: called from here
     const __m128 vec_fabs_mask = _mm_loadu_ps(&fabs_mask._float[0]);
                  ^
In file included from xmm_quantize_sub.c:37:0:
/usr/lib/gcc/i686-t2-linux-gnu/4.9.2/include/xmmintrin.h:895:1: error:
inlining failed in call to always_inline '_mm_set_ps1': target
specific option mismatch
 _mm_set_ps1 (float __F)
 ^
xmm_quantize_sub.c:73:27: error: called from here
     vec_xrpow_max._m128 = _mm_set_ps1(0);
                           ^

There are repeated errors with this same theme:

error: inlining failed in call to always_inline '_mm_set_ps1': target
specific option mismatch

Does this mean anything to anyone?

Regards,
Barry



----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of: unsubscribe t2

Reply via email to