=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Building for ffts-20170617 /usr/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/tmp/pkgbuild/math/ffts/work.i386/ffts-fe86885ecafd0d16eb122f3212403d1d5a86e24e' Making all in src gmake[2]: Entering directory '/tmp/pkgbuild/math/ffts/work.i386/ffts-fe86885ecafd0d16eb122f3212403d1d5a86e24e/src' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DAUTOTOOLS_BUILD=yes -O2 -D_FORTIFY_SOURCE=2 -c -o ffts.lo ffts.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DAUTOTOOLS_BUILD=yes -O2 -D_FORTIFY_SOURCE=2 -c -o ffts_nd.lo ffts_nd.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DAUTOTOOLS_BUILD=yes -O2 -D_FORTIFY_SOURCE=2 -c -o ffts_real.lo ffts_real.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DAUTOTOOLS_BUILD=yes -O2 -D_FORTIFY_SOURCE=2 -c ffts_real.c -fPIC -DPIC -o .libs/ffts_real.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DAUTOTOOLS_BUILD=yes -O2 -D_FORTIFY_SOURCE=2 -c ffts_nd.c -fPIC -DPIC -o .libs/ffts_nd.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DAUTOTOOLS_BUILD=yes -O2 -D_FORTIFY_SOURCE=2 -c ffts.c -fPIC -DPIC -o .libs/ffts.o distcc[23226] ERROR: compile ffts_real.c on 10.0.20.122:3648 failed distcc[23226] (dcc_build_somewhere) Warning: remote compilation of 'ffts_real.c' failed, retrying locally distcc[23226] Warning: failed to distribute ffts_real.c to 10.0.20.122:3648, running locally instead In file included from macros.h:44:0, from ffts.c:40: macros-sse.h: In function 'V4SF_IMULI': macros-sse.h:74:1: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] { ^ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: ffts.c: In function 'ffts_generate_luts': /usr/include/gcc-7/xmmintrin.h:947:1: error: inlining failed in call to always_inline '_mm_set_ps': target specific option mismatch _mm_set_ps (const float __Z, const float __Y, const float __X, const float __W) ^~~~~~~~~~ ffts.c:223:19: note: called from here MULI_SIGN = V4SF_LIT4(-0.0f, 0.0f, -0.0f, 0.0f); ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:947:1: error: inlining failed in call to always_inline '_mm_set_ps': target specific option mismatch _mm_set_ps (const float __Z, const float __Y, const float __X, const float __W) ^~~~~~~~~~ ffts.c:225:19: note: called from here MULI_SIGN = V4SF_LIT4(0.0f, -0.0f, 0.0f, -0.0f); ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:974:1: error: inlining failed in call to always_inline '_mm_store_ps': target specific option mismatch _mm_store_ps (float *__P, __m128 __A) ^~~~~~~~~~~~ In file included from macros.h:44:0, from ffts.c:40: macros-sse.h:50:19: note: called from here #define V4SF_ST _mm_store_ps ffts.c:304:17: note: in expansion of macro 'V4SF_ST' V4SF_ST(fw + j*4 + 4, im); ^~~~~~~ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:974:1: error: inlining failed in call to always_inline '_mm_store_ps': target specific option mismatch _mm_store_ps (float *__P, __m128 __A) ^~~~~~~~~~~~ In file included from macros.h:44:0, from ffts.c:40: macros-sse.h:50:19: note: called from here #define V4SF_ST _mm_store_ps ffts.c:303:17: note: in expansion of macro 'V4SF_ST' V4SF_ST(fw + j*4 + 0, re); ^~~~~~~ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:258:1: error: inlining failed in call to always_inline '_mm_xor_ps': target specific option mismatch _mm_xor_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts.c:302:20: note: called from here im = V4SF_XOR(im, MULI_SIGN); ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts.c:301:20: note: called from here im = V4SF_DUPLICATE_IM(temp0); In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts.c:300:20: note: called from here re = V4SF_DUPLICATE_RE(temp0); In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:925:1: error: inlining failed in call to always_inline '_mm_load_ps': target specific option mismatch _mm_load_ps (float const *__P) ^~~~~~~~~~~ ffts.c:299:23: note: called from here temp0 = V4SF_LD(fw0 + j*2); ~~~~~~^~~~~~~~~~~~~~~~~~~~ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:974:1: error: inlining failed in call to always_inline '_mm_store_ps': target specific option mismatch _mm_store_ps (float *__P, __m128 __A) ^~~~~~~~~~~~ In file included from macros.h:44:0, from ffts.c:40: macros-sse.h:50:19: note: called from here #define V4SF_ST _mm_store_ps ffts.c:384:17: note: in expansion of macro 'V4SF_ST' V4SF_ST(fw + j*2*6+20, im); ^~~~~~~ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:974:1: error: inlining failed in call to always_inline '_mm_store_ps': target specific option mismatch _mm_store_ps (float *__P, __m128 __A) ^~~~~~~~~~~~ In file included from macros.h:44:0, from ffts.c:40: macros-sse.h:50:19: note: called from here #define V4SF_ST _mm_store_ps ffts.c:383:17: note: in expansion of macro 'V4SF_ST' V4SF_ST(fw + j*2*6+16, re); ^~~~~~~ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:258:1: error: inlining failed in call to always_inline '_mm_xor_ps': target specific option mismatch _mm_xor_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts.c:382:20: note: called from here im = V4SF_XOR(im, MULI_SIGN); ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts.c:381:20: note: called from here im = V4SF_DUPLICATE_IM(temp2); In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts.c:380:20: note: called from here re = V4SF_DUPLICATE_RE(temp2); In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:925:1: error: inlining failed in call to always_inline '_mm_load_ps': target specific option mismatch _mm_load_ps (float const *__P) ^~~~~~~~~~~ ffts.c:379:23: note: called from here temp2 = V4SF_LD(fw2 + j*2); ~~~~~~^~~~~~~~~~~~~~~~~~~~ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:974:1: error: inlining failed in call to always_inline '_mm_store_ps': target specific option mismatch _mm_store_ps (float *__P, __m128 __A) ^~~~~~~~~~~~ In file included from macros.h:44:0, from ffts.c:40: macros-sse.h:50:19: note: called from here #define V4SF_ST _mm_store_ps ffts.c:377:17: note: in expansion of macro 'V4SF_ST' V4SF_ST(fw + j*2*6+12, im); ^~~~~~~ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:974:1: error: inlining failed in call to always_inline '_mm_store_ps': target specific option mismatch _mm_store_ps (float *__P, __m128 __A) ^~~~~~~~~~~~ In file included from macros.h:44:0, from ffts.c:40: macros-sse.h:50:19: note: called from here #define V4SF_ST _mm_store_ps ffts.c:376:17: note: in expansion of macro 'V4SF_ST' V4SF_ST(fw + j*2*6+8 , re); ^~~~~~~ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:258:1: error: inlining failed in call to always_inline '_mm_xor_ps': target specific option mismatch _mm_xor_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts.c:375:20: note: called from here im = V4SF_XOR(im, MULI_SIGN); ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts.c:374:20: note: called from here im = V4SF_DUPLICATE_IM(temp1); In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts.c:373:20: note: called from here re = V4SF_DUPLICATE_RE(temp1); In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:925:1: error: inlining failed in call to always_inline '_mm_load_ps': target specific option mismatch _mm_load_ps (float const *__P) ^~~~~~~~~~~ ffts.c:372:23: note: called from here temp1 = V4SF_LD(fw1 + j*2); ~~~~~~^~~~~~~~~~~~~~~~~~~~ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:974:1: error: inlining failed in call to always_inline '_mm_store_ps': target specific option mismatch _mm_store_ps (float *__P, __m128 __A) ^~~~~~~~~~~~ In file included from macros.h:44:0, from ffts.c:40: macros-sse.h:50:19: note: called from here #define V4SF_ST _mm_store_ps ffts.c:370:17: note: in expansion of macro 'V4SF_ST' V4SF_ST(fw + j*2*6+4, im); ^~~~~~~ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:974:1: error: inlining failed in call to always_inline '_mm_store_ps': target specific option mismatch _mm_store_ps (float *__P, __m128 __A) ^~~~~~~~~~~~ In file included from macros.h:44:0, from ffts.c:40: macros-sse.h:50:19: note: called from here #define V4SF_ST _mm_store_ps ffts.c:369:17: note: in expansion of macro 'V4SF_ST' V4SF_ST(fw + j*2*6+0, re); ^~~~~~~ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:258:1: error: inlining failed in call to always_inline '_mm_xor_ps': target specific option mismatch _mm_xor_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts.c:368:20: note: called from here im = V4SF_XOR(im, MULI_SIGN); ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts.c:367:20: note: called from here im = V4SF_DUPLICATE_IM(temp0); In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts.c:366:20: note: called from here re = V4SF_DUPLICATE_RE(temp0); In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:925:1: error: inlining failed in call to always_inline '_mm_load_ps': target specific option mismatch _mm_load_ps (float const *__P) ^~~~~~~~~~~ ffts.c:365:23: note: called from here temp0 = V4SF_LD(fw0 + j*2); ~~~~~~^~~~~~~~~~~~~~~~~~~~ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:947:1: error: inlining failed in call to always_inline '_mm_set_ps': target specific option mismatch _mm_set_ps (const float __Z, const float __Y, const float __X, const float __W) ^~~~~~~~~~ ffts.c:223:19: note: called from here MULI_SIGN = V4SF_LIT4(-0.0f, 0.0f, -0.0f, 0.0f); ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:947:1: error: inlining failed in call to always_inline '_mm_set_ps': target specific option mismatch _mm_set_ps (const float __Z, const float __Y, const float __X, const float __W) ^~~~~~~~~~ ffts.c:225:19: note: called from here MULI_SIGN = V4SF_LIT4(0.0f, -0.0f, 0.0f, -0.0f); ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:974:1: error: inlining failed in call to always_inline '_mm_store_ps': target specific option mismatch _mm_store_ps (float *__P, __m128 __A) ^~~~~~~~~~~~ In file included from macros.h:44:0, from ffts.c:40: macros-sse.h:50:19: note: called from here #define V4SF_ST _mm_store_ps ffts.c:304:17: note: in expansion of macro 'V4SF_ST' V4SF_ST(fw + j*4 + 4, im); ^~~~~~~ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:974:1: error: inlining failed in call to always_inline '_mm_store_ps': target specific option mismatch _mm_store_ps (float *__P, __m128 __A) ^~~~~~~~~~~~ In file included from macros.h:44:0, from ffts.c:40: macros-sse.h:50:19: note: called from here #define V4SF_ST _mm_store_ps ffts.c:303:17: note: in expansion of macro 'V4SF_ST' V4SF_ST(fw + j*4 + 0, re); ^~~~~~~ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:258:1: error: inlining failed in call to always_inline '_mm_xor_ps': target specific option mismatch _mm_xor_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts.c:302:20: note: called from here im = V4SF_XOR(im, MULI_SIGN); ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts.c:301:20: note: called from here im = V4SF_DUPLICATE_IM(temp0); In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts.c:300:20: note: called from here re = V4SF_DUPLICATE_RE(temp0); In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:925:1: error: inlining failed in call to always_inline '_mm_load_ps': target specific option mismatch _mm_load_ps (float const *__P) ^~~~~~~~~~~ ffts.c:299:23: note: called from here temp0 = V4SF_LD(fw0 + j*2); ~~~~~~^~~~~~~~~~~~~~~~~~~~ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:974:1: error: inlining failed in call to always_inline '_mm_store_ps': target specific option mismatch _mm_store_ps (float *__P, __m128 __A) ^~~~~~~~~~~~ In file included from macros.h:44:0, from ffts.c:40: macros-sse.h:50:19: note: called from here #define V4SF_ST _mm_store_ps ffts.c:384:17: note: in expansion of macro 'V4SF_ST' V4SF_ST(fw + j*2*6+20, im); ^~~~~~~ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:974:1: error: inlining failed in call to always_inline '_mm_store_ps': target specific option mismatch _mm_store_ps (float *__P, __m128 __A) ^~~~~~~~~~~~ In file included from macros.h:44:0, from ffts.c:40: macros-sse.h:50:19: note: called from here #define V4SF_ST _mm_store_ps ffts.c:383:17: note: in expansion of macro 'V4SF_ST' V4SF_ST(fw + j*2*6+16, re); ^~~~~~~ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:258:1: error: inlining failed in call to always_inline '_mm_xor_ps': target specific option mismatch _mm_xor_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts.c:382:20: note: called from here im = V4SF_XOR(im, MULI_SIGN); ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts.c:381:20: note: called from here im = V4SF_DUPLICATE_IM(temp2); In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts.c:380:20: note: called from here re = V4SF_DUPLICATE_RE(temp2); In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:925:1: error: inlining failed in call to always_inline '_mm_load_ps': target specific option mismatch _mm_load_ps (float const *__P) ^~~~~~~~~~~ ffts.c:379:23: note: called from here temp2 = V4SF_LD(fw2 + j*2); ~~~~~~^~~~~~~~~~~~~~~~~~~~ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:974:1: error: inlining failed in call to always_inline '_mm_store_ps': target specific option mismatch _mm_store_ps (float *__P, __m128 __A) ^~~~~~~~~~~~ In file included from macros.h:44:0, from ffts.c:40: macros-sse.h:50:19: note: called from here #define V4SF_ST _mm_store_ps ffts.c:377:17: note: in expansion of macro 'V4SF_ST' V4SF_ST(fw + j*2*6+12, im); ^~~~~~~ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:974:1: error: inlining failed in call to always_inline '_mm_store_ps': target specific option mismatch _mm_store_ps (float *__P, __m128 __A) ^~~~~~~~~~~~ In file included from macros.h:44:0, from ffts.c:40: macros-sse.h:50:19: note: called from here #define V4SF_ST _mm_store_ps ffts.c:376:17: note: in expansion of macro 'V4SF_ST' V4SF_ST(fw + j*2*6+8 , re); ^~~~~~~ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:258:1: error: inlining failed in call to always_inline '_mm_xor_ps': target specific option mismatch _mm_xor_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts.c:375:20: note: called from here im = V4SF_XOR(im, MULI_SIGN); ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts.c:374:20: note: called from here im = V4SF_DUPLICATE_IM(temp1); In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts.c:373:20: note: called from here re = V4SF_DUPLICATE_RE(temp1); In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:925:1: error: inlining failed in call to always_inline '_mm_load_ps': target specific option mismatch _mm_load_ps (float const *__P) ^~~~~~~~~~~ ffts.c:372:23: note: called from here temp1 = V4SF_LD(fw1 + j*2); ~~~~~~^~~~~~~~~~~~~~~~~~~~ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:974:1: error: inlining failed in call to always_inline '_mm_store_ps': target specific option mismatch _mm_store_ps (float *__P, __m128 __A) ^~~~~~~~~~~~ In file included from macros.h:44:0, from ffts.c:40: macros-sse.h:50:19: note: called from here #define V4SF_ST _mm_store_ps ffts.c:370:17: note: in expansion of macro 'V4SF_ST' V4SF_ST(fw + j*2*6+4, im); ^~~~~~~ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:974:1: error: inlining failed in call to always_inline '_mm_store_ps': target specific option mismatch _mm_store_ps (float *__P, __m128 __A) ^~~~~~~~~~~~ In file included from macros.h:44:0, from ffts.c:40: macros-sse.h:50:19: note: called from here #define V4SF_ST _mm_store_ps ffts.c:369:17: note: in expansion of macro 'V4SF_ST' V4SF_ST(fw + j*2*6+0, re); ^~~~~~~ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:258:1: error: inlining failed in call to always_inline '_mm_xor_ps': target specific option mismatch _mm_xor_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts.c:368:20: note: called from here im = V4SF_XOR(im, MULI_SIGN); ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts.c:367:20: note: called from here im = V4SF_DUPLICATE_IM(temp0); In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts.c:366:20: note: called from here re = V4SF_DUPLICATE_RE(temp0); In file included from macros-sse.h:41:0, from macros.h:44, from ffts.c:40: /usr/include/gcc-7/xmmintrin.h:925:1: error: inlining failed in call to always_inline '_mm_load_ps': target specific option mismatch _mm_load_ps (float const *__P) ^~~~~~~~~~~ ffts.c:365:23: note: called from here temp0 = V4SF_LD(fw0 + j*2); ~~~~~~^~~~~~~~~~~~~~~~~~~~ distcc[25037] ERROR: compile ffts.c on localhost failed gmake[2]: *** [Makefile:470: ffts.lo] Error 1 gmake[2]: *** Waiting for unfinished jobs.... ffts_real.c: In function 'ffts_execute_1d_real_inv': ffts_real.c:497:16: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] __m128 c0 = _mm_load_ps((const float*) sign_mask_odd); ^~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:974:1: error: inlining failed in call to always_inline '_mm_store_ps': target specific option mismatch _mm_store_ps (float *__P, __m128 __A) ^~~~~~~~~~~~ ffts_real.c:504:9: note: called from here _mm_store_ps(buf, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:184:1: error: inlining failed in call to always_inline '_mm_add_ps': target specific option mismatch _mm_add_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:504:9: note: called from here _mm_store_ps(buf, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:190:1: error: inlining failed in call to always_inline '_mm_sub_ps': target specific option mismatch _mm_sub_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:504:9: note: called from here _mm_store_ps(buf, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:184:1: error: inlining failed in call to always_inline '_mm_add_ps': target specific option mismatch _mm_add_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:504:9: note: called from here _mm_store_ps(buf, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:196:1: error: inlining failed in call to always_inline '_mm_mul_ps': target specific option mismatch _mm_mul_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:504:9: note: called from here _mm_store_ps(buf, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:504:9: note: called from here _mm_store_ps(buf, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:196:1: error: inlining failed in call to always_inline '_mm_mul_ps': target specific option mismatch _mm_mul_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:504:9: note: called from here _mm_store_ps(buf, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:504:9: note: called from here _mm_store_ps(buf, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:258:1: error: inlining failed in call to always_inline '_mm_xor_ps': target specific option mismatch _mm_xor_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:504:9: note: called from here _mm_store_ps(buf, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:504:9: note: called from here _mm_store_ps(buf, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:196:1: error: inlining failed in call to always_inline '_mm_mul_ps': target specific option mismatch _mm_mul_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:504:9: note: called from here _mm_store_ps(buf, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:504:9: note: called from here _mm_store_ps(buf, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:504:9: note: called from here _mm_store_ps(buf, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:196:1: error: inlining failed in call to always_inline '_mm_mul_ps': target specific option mismatch _mm_mul_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:504:9: note: called from here _mm_store_ps(buf, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:504:9: note: called from here _mm_store_ps(buf, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:258:1: error: inlining failed in call to always_inline '_mm_xor_ps': target specific option mismatch _mm_xor_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:504:9: note: called from here _mm_store_ps(buf, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:925:1: error: inlining failed in call to always_inline '_mm_load_ps': target specific option mismatch _mm_load_ps (float const *__P) ^~~~~~~~~~~ ffts_real.c:502:16: note: called from here __m128 t4 = _mm_load_ps(B); ^~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:925:1: error: inlining failed in call to always_inline '_mm_load_ps': target specific option mismatch _mm_load_ps (float const *__P) ^~~~~~~~~~~ ffts_real.c:501:16: note: called from here __m128 t3 = _mm_load_ps(A); ^~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:925:1: error: inlining failed in call to always_inline '_mm_load_ps': target specific option mismatch _mm_load_ps (float const *__P) ^~~~~~~~~~~ ffts_real.c:500:16: note: called from here __m128 t2 = _mm_load_ps(in + N - 4); ^~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:925:1: error: inlining failed in call to always_inline '_mm_load_ps': target specific option mismatch _mm_load_ps (float const *__P) ^~~~~~~~~~~ ffts_real.c:499:16: note: called from here __m128 t1 = _mm_load_ps(in); ^~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:800:1: error: inlining failed in call to always_inline '_mm_loadl_pi': target specific option mismatch _mm_loadl_pi (__m128 __A, __m64 const *__P) ^~~~~~~~~~~~ ffts_real.c:498:16: note: called from here __m128 t0 = _mm_loadl_pi(_mm_setzero_ps(), (const __m64*) &in[N]); ^~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:118:1: error: inlining failed in call to always_inline '_mm_setzero_ps': target specific option mismatch _mm_setzero_ps (void) ^~~~~~~~~~~~~~ ffts_real.c:498:21: note: called from here __m128 t0 = _mm_loadl_pi(_mm_setzero_ps(), (const __m64*) &in[N]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:925:1: error: inlining failed in call to always_inline '_mm_load_ps': target specific option mismatch _mm_load_ps (float const *__P) ^~~~~~~~~~~ ffts_real.c:497:16: note: called from here __m128 c0 = _mm_load_ps((const float*) sign_mask_odd); ^~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:974:1: error: inlining failed in call to always_inline '_mm_store_ps': target specific option mismatch _mm_store_ps (float *__P, __m128 __A) ^~~~~~~~~~~~ ffts_real.c:517:13: note: called from here _mm_store_ps(buf + 4, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t2, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t2, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t1, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t1, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:184:1: error: inlining failed in call to always_inline '_mm_add_ps': target specific option mismatch _mm_add_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:517:13: note: called from here _mm_store_ps(buf + 4, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t2, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t2, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t1, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t1, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:190:1: error: inlining failed in call to always_inline '_mm_sub_ps': target specific option mismatch _mm_sub_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:517:13: note: called from here _mm_store_ps(buf + 4, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t2, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t2, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t1, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t1, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:184:1: error: inlining failed in call to always_inline '_mm_add_ps': target specific option mismatch _mm_add_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:517:13: note: called from here _mm_store_ps(buf + 4, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t2, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t2, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t1, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t1, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:196:1: error: inlining failed in call to always_inline '_mm_mul_ps': target specific option mismatch _mm_mul_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:517:13: note: called from here _mm_store_ps(buf + 4, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t2, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t2, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t1, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t1, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:517:13: note: called from here _mm_store_ps(buf + 4, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t2, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t2, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t1, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t1, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:196:1: error: inlining failed in call to always_inline '_mm_mul_ps': target specific option mismatch _mm_mul_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:517:13: note: called from here _mm_store_ps(buf + 4, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t2, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t2, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t1, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t1, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:517:13: note: called from here _mm_store_ps(buf + 4, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t2, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t2, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t1, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t1, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:258:1: error: inlining failed in call to always_inline '_mm_xor_ps': target specific option mismatch _mm_xor_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:517:13: note: called from here _mm_store_ps(buf + 4, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t2, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t2, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t1, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t1, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:517:13: note: called from here _mm_store_ps(buf + 4, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t2, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t2, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t1, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t1, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:196:1: error: inlining failed in call to always_inline '_mm_mul_ps': target specific option mismatch _mm_mul_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:517:13: note: called from here _mm_store_ps(buf + 4, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t2, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t2, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t1, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t1, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:517:13: note: called from here _mm_store_ps(buf + 4, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t2, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t2, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t1, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t1, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:517:13: note: called from here _mm_store_ps(buf + 4, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t2, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t2, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t1, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t1, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:196:1: error: inlining failed in call to always_inline '_mm_mul_ps': target specific option mismatch _mm_mul_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:517:13: note: called from here _mm_store_ps(buf + 4, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t2, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t2, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t1, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t1, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:517:13: note: called from here _mm_store_ps(buf + 4, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t2, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t2, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t1, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t1, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:258:1: error: inlining failed in call to always_inline '_mm_xor_ps': target specific option mismatch _mm_xor_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:517:13: note: called from here _mm_store_ps(buf + 4, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t2, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t2, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t1, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t1, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:925:1: error: inlining failed in call to always_inline '_mm_load_ps': target specific option mismatch _mm_load_ps (float const *__P) ^~~~~~~~~~~ ffts_real.c:515:16: note: called from here t4 = _mm_load_ps(B + 4); ~~~^~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:925:1: error: inlining failed in call to always_inline '_mm_load_ps': target specific option mismatch _mm_load_ps (float const *__P) ^~~~~~~~~~~ ffts_real.c:514:16: note: called from here t3 = _mm_load_ps(A + 4); ~~~^~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:800:1: error: inlining failed in call to always_inline '_mm_loadl_pi': target specific option mismatch _mm_loadl_pi (__m128 __A, __m64 const *__P) ^~~~~~~~~~~~ ffts_real.c:528:16: note: called from here __m128 t0 = _mm_loadl_pi(_mm_setzero_ps(), (const __m64*) &in[N]); ^~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:118:1: error: inlining failed in call to always_inline '_mm_setzero_ps': target specific option mismatch _mm_setzero_ps (void) ^~~~~~~~~~~~~~ ffts_real.c:528:21: note: called from here __m128 t0 = _mm_loadl_pi(_mm_setzero_ps(), (const __m64*) &in[N]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:925:1: error: inlining failed in call to always_inline '_mm_load_ps': target specific option mismatch _mm_load_ps (float const *__P) ^~~~~~~~~~~ ffts_real.c:527:16: note: called from here __m128 c0 = _mm_load_ps((const float*) sign_mask_odd); ^~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:974:1: error: inlining failed in call to always_inline '_mm_store_ps': target specific option mismatch _mm_store_ps (float *__P, __m128 __A) ^~~~~~~~~~~~ ffts_real.c:578:13: note: called from here _mm_store_ps(buf + i + 12, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:184:1: error: inlining failed in call to always_inline '_mm_add_ps': target specific option mismatch _mm_add_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:578:13: note: called from here _mm_store_ps(buf + i + 12, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:190:1: error: inlining failed in call to always_inline '_mm_sub_ps': target specific option mismatch _mm_sub_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:578:13: note: called from here _mm_store_ps(buf + i + 12, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:184:1: error: inlining failed in call to always_inline '_mm_add_ps': target specific option mismatch _mm_add_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:578:13: note: called from here _mm_store_ps(buf + i + 12, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:196:1: error: inlining failed in call to always_inline '_mm_mul_ps': target specific option mismatch _mm_mul_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:578:13: note: called from here _mm_store_ps(buf + i + 12, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:578:13: note: called from here _mm_store_ps(buf + i + 12, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:196:1: error: inlining failed in call to always_inline '_mm_mul_ps': target specific option mismatch _mm_mul_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:578:13: note: called from here _mm_store_ps(buf + i + 12, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:578:13: note: called from here _mm_store_ps(buf + i + 12, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:258:1: error: inlining failed in call to always_inline '_mm_xor_ps': target specific option mismatch _mm_xor_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:578:13: note: called from here _mm_store_ps(buf + i + 12, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:578:13: note: called from here _mm_store_ps(buf + i + 12, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:196:1: error: inlining failed in call to always_inline '_mm_mul_ps': target specific option mismatch _mm_mul_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:578:13: note: called from here _mm_store_ps(buf + i + 12, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:578:13: note: called from here _mm_store_ps(buf + i + 12, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:578:13: note: called from here _mm_store_ps(buf + i + 12, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:196:1: error: inlining failed in call to always_inline '_mm_mul_ps': target specific option mismatch _mm_mul_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:578:13: note: called from here _mm_store_ps(buf + i + 12, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:578:13: note: called from here _mm_store_ps(buf + i + 12, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:258:1: error: inlining failed in call to always_inline '_mm_xor_ps': target specific option mismatch _mm_xor_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:578:13: note: called from here _mm_store_ps(buf + i + 12, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:925:1: error: inlining failed in call to always_inline '_mm_load_ps': target specific option mismatch _mm_load_ps (float const *__P) ^~~~~~~~~~~ ffts_real.c:576:16: note: called from here t4 = _mm_load_ps(B + i + 12); ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:925:1: error: inlining failed in call to always_inline '_mm_load_ps': target specific option mismatch _mm_load_ps (float const *__P) ^~~~~~~~~~~ ffts_real.c:575:16: note: called from here t3 = _mm_load_ps(A + i + 12); ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:925:1: error: inlining failed in call to always_inline '_mm_load_ps': target specific option mismatch _mm_load_ps (float const *__P) ^~~~~~~~~~~ ffts_real.c:574:16: note: called from here t1 = _mm_load_ps(in + i + 12); ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:925:1: error: inlining failed in call to always_inline '_mm_load_ps': target specific option mismatch _mm_load_ps (float const *__P) ^~~~~~~~~~~ ffts_real.c:573:16: note: called from here t0 = _mm_load_ps(in + N - i - 16); ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:974:1: error: inlining failed in call to always_inline '_mm_store_ps': target specific option mismatch _mm_store_ps (float *__P, __m128 __A) ^~~~~~~~~~~~ ffts_real.c:564:13: note: called from here _mm_store_ps(buf + i + 8, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:184:1: error: inlining failed in call to always_inline '_mm_add_ps': target specific option mismatch _mm_add_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:564:13: note: called from here _mm_store_ps(buf + i + 8, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:190:1: error: inlining failed in call to always_inline '_mm_sub_ps': target specific option mismatch _mm_sub_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:564:13: note: called from here _mm_store_ps(buf + i + 8, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:184:1: error: inlining failed in call to always_inline '_mm_add_ps': target specific option mismatch _mm_add_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:564:13: note: called from here _mm_store_ps(buf + i + 8, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:196:1: error: inlining failed in call to always_inline '_mm_mul_ps': target specific option mismatch _mm_mul_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:564:13: note: called from here _mm_store_ps(buf + i + 8, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:564:13: note: called from here _mm_store_ps(buf + i + 8, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:196:1: error: inlining failed in call to always_inline '_mm_mul_ps': target specific option mismatch _mm_mul_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:564:13: note: called from here _mm_store_ps(buf + i + 8, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:564:13: note: called from here _mm_store_ps(buf + i + 8, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:258:1: error: inlining failed in call to always_inline '_mm_xor_ps': target specific option mismatch _mm_xor_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:564:13: note: called from here _mm_store_ps(buf + i + 8, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:564:13: note: called from here _mm_store_ps(buf + i + 8, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:196:1: error: inlining failed in call to always_inline '_mm_mul_ps': target specific option mismatch _mm_mul_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:564:13: note: called from here _mm_store_ps(buf + i + 8, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:564:13: note: called from here _mm_store_ps(buf + i + 8, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:564:13: note: called from here _mm_store_ps(buf + i + 8, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:196:1: error: inlining failed in call to always_inline '_mm_mul_ps': target specific option mismatch _mm_mul_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:564:13: note: called from here _mm_store_ps(buf + i + 8, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:564:13: note: called from here _mm_store_ps(buf + i + 8, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:258:1: error: inlining failed in call to always_inline '_mm_xor_ps': target specific option mismatch _mm_xor_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:564:13: note: called from here _mm_store_ps(buf + i + 8, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:925:1: error: inlining failed in call to always_inline '_mm_load_ps': target specific option mismatch _mm_load_ps (float const *__P) ^~~~~~~~~~~ ffts_real.c:562:16: note: called from here t4 = _mm_load_ps(B + i + 8); ~~~^~~~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:925:1: error: inlining failed in call to always_inline '_mm_load_ps': target specific option mismatch _mm_load_ps (float const *__P) ^~~~~~~~~~~ ffts_real.c:561:16: note: called from here t3 = _mm_load_ps(A + i + 8); ~~~^~~~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:925:1: error: inlining failed in call to always_inline '_mm_load_ps': target specific option mismatch _mm_load_ps (float const *__P) ^~~~~~~~~~~ ffts_real.c:560:16: note: called from here t2 = _mm_load_ps(in + N - i - 12); ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:925:1: error: inlining failed in call to always_inline '_mm_load_ps': target specific option mismatch _mm_load_ps (float const *__P) ^~~~~~~~~~~ ffts_real.c:559:16: note: called from here t1 = _mm_load_ps(in + i + 8); ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:974:1: error: inlining failed in call to always_inline '_mm_store_ps': target specific option mismatch _mm_store_ps (float *__P, __m128 __A) ^~~~~~~~~~~~ ffts_real.c:550:13: note: called from here _mm_store_ps(buf + i + 4, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:184:1: error: inlining failed in call to always_inline '_mm_add_ps': target specific option mismatch _mm_add_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:550:13: note: called from here _mm_store_ps(buf + i + 4, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:190:1: error: inlining failed in call to always_inline '_mm_sub_ps': target specific option mismatch _mm_sub_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:550:13: note: called from here _mm_store_ps(buf + i + 4, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:184:1: error: inlining failed in call to always_inline '_mm_add_ps': target specific option mismatch _mm_add_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:550:13: note: called from here _mm_store_ps(buf + i + 4, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:196:1: error: inlining failed in call to always_inline '_mm_mul_ps': target specific option mismatch _mm_mul_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:550:13: note: called from here _mm_store_ps(buf + i + 4, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:550:13: note: called from here _mm_store_ps(buf + i + 4, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:196:1: error: inlining failed in call to always_inline '_mm_mul_ps': target specific option mismatch _mm_mul_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:550:13: note: called from here _mm_store_ps(buf + i + 4, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:550:13: note: called from here _mm_store_ps(buf + i + 4, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:258:1: error: inlining failed in call to always_inline '_mm_xor_ps': target specific option mismatch _mm_xor_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:550:13: note: called from here _mm_store_ps(buf + i + 4, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:550:13: note: called from here _mm_store_ps(buf + i + 4, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:196:1: error: inlining failed in call to always_inline '_mm_mul_ps': target specific option mismatch _mm_mul_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:550:13: note: called from here _mm_store_ps(buf + i + 4, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:550:13: note: called from here _mm_store_ps(buf + i + 4, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:550:13: note: called from here _mm_store_ps(buf + i + 4, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:196:1: error: inlining failed in call to always_inline '_mm_mul_ps': target specific option mismatch _mm_mul_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:550:13: note: called from here _mm_store_ps(buf + i + 4, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:550:13: note: called from here _mm_store_ps(buf + i + 4, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:258:1: error: inlining failed in call to always_inline '_mm_xor_ps': target specific option mismatch _mm_xor_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:550:13: note: called from here _mm_store_ps(buf + i + 4, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t2, t0, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:925:1: error: inlining failed in call to always_inline '_mm_load_ps': target specific option mismatch _mm_load_ps (float const *__P) ^~~~~~~~~~~ ffts_real.c:548:16: note: called from here t4 = _mm_load_ps(B + i + 4); ~~~^~~~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:925:1: error: inlining failed in call to always_inline '_mm_load_ps': target specific option mismatch _mm_load_ps (float const *__P) ^~~~~~~~~~~ ffts_real.c:547:16: note: called from here t3 = _mm_load_ps(A + i + 4); ~~~^~~~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:925:1: error: inlining failed in call to always_inline '_mm_load_ps': target specific option mismatch _mm_load_ps (float const *__P) ^~~~~~~~~~~ ffts_real.c:546:16: note: called from here t1 = _mm_load_ps(in + i + 4); ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:925:1: error: inlining failed in call to always_inline '_mm_load_ps': target specific option mismatch _mm_load_ps (float const *__P) ^~~~~~~~~~~ ffts_real.c:545:16: note: called from here t0 = _mm_load_ps(in + N - i - 8); ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:974:1: error: inlining failed in call to always_inline '_mm_store_ps': target specific option mismatch _mm_store_ps (float *__P, __m128 __A) ^~~~~~~~~~~~ ffts_real.c:536:13: note: called from here _mm_store_ps(buf + i, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:184:1: error: inlining failed in call to always_inline '_mm_add_ps': target specific option mismatch _mm_add_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:536:13: note: called from here _mm_store_ps(buf + i, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:190:1: error: inlining failed in call to always_inline '_mm_sub_ps': target specific option mismatch _mm_sub_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:536:13: note: called from here _mm_store_ps(buf + i, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:184:1: error: inlining failed in call to always_inline '_mm_add_ps': target specific option mismatch _mm_add_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:536:13: note: called from here _mm_store_ps(buf + i, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:196:1: error: inlining failed in call to always_inline '_mm_mul_ps': target specific option mismatch _mm_mul_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:536:13: note: called from here _mm_store_ps(buf + i, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:536:13: note: called from here _mm_store_ps(buf + i, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:196:1: error: inlining failed in call to always_inline '_mm_mul_ps': target specific option mismatch _mm_mul_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:536:13: note: called from here _mm_store_ps(buf + i, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:536:13: note: called from here _mm_store_ps(buf + i, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:258:1: error: inlining failed in call to always_inline '_mm_xor_ps': target specific option mismatch _mm_xor_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:536:13: note: called from here _mm_store_ps(buf + i, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:536:13: note: called from here _mm_store_ps(buf + i, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:196:1: error: inlining failed in call to always_inline '_mm_mul_ps': target specific option mismatch _mm_mul_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:536:13: note: called from here _mm_store_ps(buf + i, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:536:13: note: called from here _mm_store_ps(buf + i, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:536:13: note: called from here _mm_store_ps(buf + i, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:196:1: error: inlining failed in call to always_inline '_mm_mul_ps': target specific option mismatch _mm_mul_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:536:13: note: called from here _mm_store_ps(buf + i, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:744:1: error: inlining failed in call to always_inline '_mm_shuffle_ps': target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ ffts_real.c:536:13: note: called from here _mm_store_ps(buf + i, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:258:1: error: inlining failed in call to always_inline '_mm_xor_ps': target specific option mismatch _mm_xor_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ ffts_real.c:536:13: note: called from here _mm_store_ps(buf + i, _mm_add_ps(_mm_sub_ps(_mm_add_ps( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(t1, _mm_shuffle_ps(t3, t3, _MM_SHUFFLE(2,2,0,0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t1, t1, _MM_SHUFFLE(2,3,0,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(_mm_shuffle_ps(t3, t3, _MM_SHUFFLE(3,3,1,1)), c0))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(3,3,1,1)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_shuffle_ps(t4, t4, _MM_SHUFFLE(2,3,0,1)))), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_mul_ps(_mm_shuffle_ps(t0, t2, _MM_SHUFFLE(2,2,0,0)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mm_xor_ps(t4, c0)))); ~~~~~~~~~~~~~~~~~~~~~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:925:1: error: inlining failed in call to always_inline '_mm_load_ps': target specific option mismatch _mm_load_ps (float const *__P) ^~~~~~~~~~~ ffts_real.c:534:20: note: called from here __m128 t4 = _mm_load_ps(B + i); ^~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:925:1: error: inlining failed in call to always_inline '_mm_load_ps': target specific option mismatch _mm_load_ps (float const *__P) ^~~~~~~~~~~ ffts_real.c:533:20: note: called from here __m128 t3 = _mm_load_ps(A + i); ^~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:925:1: error: inlining failed in call to always_inline '_mm_load_ps': target specific option mismatch _mm_load_ps (float const *__P) ^~~~~~~~~~~ ffts_real.c:532:20: note: called from here __m128 t2 = _mm_load_ps(in + N - i - 4); ^~ In file included from ffts_real.c:42:0: /usr/include/gcc-7/xmmintrin.h:925:1: error: inlining failed in call to always_inline '_mm_load_ps': target specific option mismatch _mm_load_ps (float const *__P) ^~~~~~~~~~~ ffts_real.c:531:20: note: called from here __m128 t1 = _mm_load_ps(in + i); ^~ distcc[23226] ERROR: compile ffts_real.c on localhost failed gmake[2]: *** [Makefile:470: ffts_real.lo] Error 1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DAUTOTOOLS_BUILD=yes -O2 -D_FORTIFY_SOURCE=2 -c ffts_nd.c -o ffts_nd.o >/dev/null 2>&1 gmake[2]: Leaving directory '/tmp/pkgbuild/math/ffts/work.i386/ffts-fe86885ecafd0d16eb122f3212403d1d5a86e24e/src' gmake[1]: *** [Makefile:475: all-recursive] Error 1 gmake[1]: Leaving directory '/tmp/pkgbuild/math/ffts/work.i386/ffts-fe86885ecafd0d16eb122f3212403d1d5a86e24e' gmake: *** [Makefile:384: all] Error 2 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/math/ffts *** Error code 1 Stop. make: stopped in /usr/pkgsrc/math/ffts