Your message dated Thu, 20 Nov 2014 21:19:05 +0000
with message-id <e1xrz85-0005vu...@franck.debian.org>
and subject line Bug#769249: fixed in gf2x 1.1-2
has caused the Debian Bug report #769249,
regarding gf2x: FTBFS in jessie/i386: emmintrin.h:1145:1: error: inlining 
failed in call to always_inline '_mm_slli_epi64': target specific option 
mismatch
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
769249: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769249
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gf2x
Version: 1.1-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20141112 qa-ftbfs
Justification: FTBFS in jessie on i386

Hi,

During a rebuild of all packages in jessie (in a jessie chroot, not a
sid chroot), your package failed to build on i386.

Relevant part (hopefully):
> /bin/bash ./libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H 
> -I. -I./gf2x  -I. -I. -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong 
> -Wformat -Werror=format-security -Wall -W -c -o gf2x.lo gf2x.c
> libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gf2x -I. -I. 
> -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wall -W -c gf2x.c  -fPIC -DPIC -o .libs/gf2x.o
> gf2x.c: In function 'gf2x_mul_pool_init':
> gf2x.c:82:24: warning: argument to 'sizeof' in 'memset' call is the same 
> expression as the destination; did you mean to dereference it? 
> [-Wsizeof-pointer-memaccess]
>      memset(p, 0, sizeof(p));
>                         ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h: In function 'gf2x_mul3':
> ./gf2x/gf2x_mul3.h:69:19: warning: SSE vector return without SSE enabled 
> changes the ABI [-Wpsabi]
>  #define SHL(x, r) _mm_slli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:82:12: note: in expansion of macro 'SHL'
>      g[2] = SHL(g[1], 1);
>             ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1145:1: error: inlining 
> failed in call to always_inline '_mm_slli_epi64': target specific option 
> mismatch
>  _mm_slli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:69:19: error: called from here
>  #define SHL(x, r) _mm_slli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:82:12: note: in expansion of macro 'SHL'
>      g[2] = SHL(g[1], 1);
>             ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1145:1: error: inlining 
> failed in call to always_inline '_mm_slli_epi64': target specific option 
> mismatch
>  _mm_slli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:69:19: error: called from here
>  #define SHL(x, r) _mm_slli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:84:12: note: in expansion of macro 'SHL'
>      g[4] = SHL(g[2], 1);
>             ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1145:1: error: inlining 
> failed in call to always_inline '_mm_slli_epi64': target specific option 
> mismatch
>  _mm_slli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:69:19: error: called from here
>  #define SHL(x, r) _mm_slli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:86:12: note: in expansion of macro 'SHL'
>      g[6] = SHL(g[3], 1);
>             ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1145:1: error: inlining 
> failed in call to always_inline '_mm_slli_epi64': target specific option 
> mismatch
>  _mm_slli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:69:19: error: called from here
>  #define SHL(x, r) _mm_slli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:88:12: note: in expansion of macro 'SHL'
>      g[8] = SHL(g[4], 1);
>             ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1145:1: error: inlining 
> failed in call to always_inline '_mm_slli_epi64': target specific option 
> mismatch
>  _mm_slli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:69:19: error: called from here
>  #define SHL(x, r) _mm_slli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:90:13: note: in expansion of macro 'SHL'
>      g[10] = SHL(g[5], 1);
>              ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1145:1: error: inlining 
> failed in call to always_inline '_mm_slli_epi64': target specific option 
> mismatch
>  _mm_slli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:69:19: error: called from here
>  #define SHL(x, r) _mm_slli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:92:13: note: in expansion of macro 'SHL'
>      g[12] = SHL(g[6], 1);
>              ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1145:1: error: inlining 
> failed in call to always_inline '_mm_slli_epi64': target specific option 
> mismatch
>  _mm_slli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:69:19: error: called from here
>  #define SHL(x, r) _mm_slli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:94:13: note: in expansion of macro 'SHL'
>      g[14] = SHL(g[7], 1);
>              ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1145:1: error: inlining 
> failed in call to always_inline '_mm_slli_epi64': target specific option 
> mismatch
>  _mm_slli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:69:19: error: called from here
>  #define SHL(x, r) _mm_slli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:101:11: note: in expansion of macro 'SHL'
>      t0 ^= SHL(u,  4); t1  = SHR(u, 60);
>            ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1194:1: error: inlining 
> failed in call to always_inline '_mm_srli_epi64': target specific option 
> mismatch
>  _mm_srli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:101:27: error: called from here
>      t0 ^= SHL(u,  4); t1  = SHR(u, 60);
>                            ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1145:1: error: inlining 
> failed in call to always_inline '_mm_slli_epi64': target specific option 
> mismatch
>  _mm_slli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:69:19: error: called from here
>  #define SHL(x, r) _mm_slli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:103:11: note: in expansion of macro 'SHL'
>      t0 ^= SHL(u,  8); t1 ^= SHR(u, 56);
>            ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1194:1: error: inlining 
> failed in call to always_inline '_mm_srli_epi64': target specific option 
> mismatch
>  _mm_srli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:70:19: error: called from here
>  #define SHR(x, r) _mm_srli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:103:29: note: in expansion of macro 'SHR'
>      t0 ^= SHL(u,  8); t1 ^= SHR(u, 56);
>                              ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1145:1: error: inlining 
> failed in call to always_inline '_mm_slli_epi64': target specific option 
> mismatch
>  _mm_slli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:69:19: error: called from here
>  #define SHL(x, r) _mm_slli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:105:11: note: in expansion of macro 'SHL'
>      t0 ^= SHL(u, 12); t1 ^= SHR(u, 52);
>            ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1194:1: error: inlining 
> failed in call to always_inline '_mm_srli_epi64': target specific option 
> mismatch
>  _mm_srli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:70:19: error: called from here
>  #define SHR(x, r) _mm_srli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:105:29: note: in expansion of macro 'SHR'
>      t0 ^= SHL(u, 12); t1 ^= SHR(u, 52);
>                              ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1145:1: error: inlining 
> failed in call to always_inline '_mm_slli_epi64': target specific option 
> mismatch
>  _mm_slli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:69:19: error: called from here
>  #define SHL(x, r) _mm_slli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:107:11: note: in expansion of macro 'SHL'
>      t0 ^= SHL(u, 16); t1 ^= SHR(u, 48);
>            ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1194:1: error: inlining 
> failed in call to always_inline '_mm_srli_epi64': target specific option 
> mismatch
>  _mm_srli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:70:19: error: called from here
>  #define SHR(x, r) _mm_srli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:107:29: note: in expansion of macro 'SHR'
>      t0 ^= SHL(u, 16); t1 ^= SHR(u, 48);
>                              ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1145:1: error: inlining 
> failed in call to always_inline '_mm_slli_epi64': target specific option 
> mismatch
>  _mm_slli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:69:19: error: called from here
>  #define SHL(x, r) _mm_slli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:109:11: note: in expansion of macro 'SHL'
>      t0 ^= SHL(u, 20); t1 ^= SHR(u, 44);
>            ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1194:1: error: inlining 
> failed in call to always_inline '_mm_srli_epi64': target specific option 
> mismatch
>  _mm_srli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:70:19: error: called from here
>  #define SHR(x, r) _mm_srli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:109:29: note: in expansion of macro 'SHR'
>      t0 ^= SHL(u, 20); t1 ^= SHR(u, 44);
>                              ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1145:1: error: inlining 
> failed in call to always_inline '_mm_slli_epi64': target specific option 
> mismatch
>  _mm_slli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:69:19: error: called from here
>  #define SHL(x, r) _mm_slli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:111:11: note: in expansion of macro 'SHL'
>      t0 ^= SHL(u, 24); t1 ^= SHR(u, 40);
>            ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1194:1: error: inlining 
> failed in call to always_inline '_mm_srli_epi64': target specific option 
> mismatch
>  _mm_srli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:70:19: error: called from here
>  #define SHR(x, r) _mm_srli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:111:29: note: in expansion of macro 'SHR'
>      t0 ^= SHL(u, 24); t1 ^= SHR(u, 40);
>                              ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1145:1: error: inlining 
> failed in call to always_inline '_mm_slli_epi64': target specific option 
> mismatch
>  _mm_slli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:69:19: error: called from here
>  #define SHL(x, r) _mm_slli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:113:11: note: in expansion of macro 'SHL'
>      t0 ^= SHL(u, 28); t1 ^= SHR(u, 36);
>            ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1194:1: error: inlining 
> failed in call to always_inline '_mm_srli_epi64': target specific option 
> mismatch
>  _mm_srli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:70:19: error: called from here
>  #define SHR(x, r) _mm_srli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:113:29: note: in expansion of macro 'SHR'
>      t0 ^= SHL(u, 28); t1 ^= SHR(u, 36);
>                              ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1145:1: error: inlining 
> failed in call to always_inline '_mm_slli_epi64': target specific option 
> mismatch
>  _mm_slli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:69:19: error: called from here
>  #define SHL(x, r) _mm_slli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:115:11: note: in expansion of macro 'SHL'
>      t0 ^= SHL(u, 32); t1 ^= SHR(u, 32);
>            ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1194:1: error: inlining 
> failed in call to always_inline '_mm_srli_epi64': target specific option 
> mismatch
>  _mm_srli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:70:19: error: called from here
>  #define SHR(x, r) _mm_srli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:115:29: note: in expansion of macro 'SHR'
>      t0 ^= SHL(u, 32); t1 ^= SHR(u, 32);
>                              ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1145:1: error: inlining 
> failed in call to always_inline '_mm_slli_epi64': target specific option 
> mismatch
>  _mm_slli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:69:19: error: called from here
>  #define SHL(x, r) _mm_slli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:117:11: note: in expansion of macro 'SHL'
>      t0 ^= SHL(u, 36); t1 ^= SHR(u, 28);
>            ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1194:1: error: inlining 
> failed in call to always_inline '_mm_srli_epi64': target specific option 
> mismatch
>  _mm_srli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:70:19: error: called from here
>  #define SHR(x, r) _mm_srli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:117:29: note: in expansion of macro 'SHR'
>      t0 ^= SHL(u, 36); t1 ^= SHR(u, 28);
>                              ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1145:1: error: inlining 
> failed in call to always_inline '_mm_slli_epi64': target specific option 
> mismatch
>  _mm_slli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:69:19: error: called from here
>  #define SHL(x, r) _mm_slli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:119:11: note: in expansion of macro 'SHL'
>      t0 ^= SHL(u, 40); t1 ^= SHR(u, 24);
>            ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1194:1: error: inlining 
> failed in call to always_inline '_mm_srli_epi64': target specific option 
> mismatch
>  _mm_srli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:70:19: error: called from here
>  #define SHR(x, r) _mm_srli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:119:29: note: in expansion of macro 'SHR'
>      t0 ^= SHL(u, 40); t1 ^= SHR(u, 24);
>                              ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1145:1: error: inlining 
> failed in call to always_inline '_mm_slli_epi64': target specific option 
> mismatch
>  _mm_slli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:69:19: error: called from here
>  #define SHL(x, r) _mm_slli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:121:11: note: in expansion of macro 'SHL'
>      t0 ^= SHL(u, 44); t1 ^= SHR(u, 20);
>            ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1194:1: error: inlining 
> failed in call to always_inline '_mm_srli_epi64': target specific option 
> mismatch
>  _mm_srli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:70:19: error: called from here
>  #define SHR(x, r) _mm_srli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:121:29: note: in expansion of macro 'SHR'
>      t0 ^= SHL(u, 44); t1 ^= SHR(u, 20);
>                              ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1145:1: error: inlining 
> failed in call to always_inline '_mm_slli_epi64': target specific option 
> mismatch
>  _mm_slli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:69:19: error: called from here
>  #define SHL(x, r) _mm_slli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:123:11: note: in expansion of macro 'SHL'
>      t0 ^= SHL(u, 48); t1 ^= SHR(u, 16);
>            ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1194:1: error: inlining 
> failed in call to always_inline '_mm_srli_epi64': target specific option 
> mismatch
>  _mm_srli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:70:19: error: called from here
>  #define SHR(x, r) _mm_srli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:123:29: note: in expansion of macro 'SHR'
>      t0 ^= SHL(u, 48); t1 ^= SHR(u, 16);
>                              ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1145:1: error: inlining 
> failed in call to always_inline '_mm_slli_epi64': target specific option 
> mismatch
>  _mm_slli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:69:19: error: called from here
>  #define SHL(x, r) _mm_slli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:125:11: note: in expansion of macro 'SHL'
>      t0 ^= SHL(u, 52); t1 ^= SHR(u, 12);
>            ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1194:1: error: inlining 
> failed in call to always_inline '_mm_srli_epi64': target specific option 
> mismatch
>  _mm_srli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:70:19: error: called from here
>  #define SHR(x, r) _mm_srli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:125:29: note: in expansion of macro 'SHR'
>      t0 ^= SHL(u, 52); t1 ^= SHR(u, 12);
>                              ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1145:1: error: inlining 
> failed in call to always_inline '_mm_slli_epi64': target specific option 
> mismatch
>  _mm_slli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:69:19: error: called from here
>  #define SHL(x, r) _mm_slli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:127:11: note: in expansion of macro 'SHL'
>      t0 ^= SHL(u, 56); t1 ^= SHR(u,  8);
>            ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1194:1: error: inlining 
> failed in call to always_inline '_mm_srli_epi64': target specific option 
> mismatch
>  _mm_srli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:70:19: error: called from here
>  #define SHR(x, r) _mm_srli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:127:29: note: in expansion of macro 'SHR'
>      t0 ^= SHL(u, 56); t1 ^= SHR(u,  8);
>                              ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1145:1: error: inlining 
> failed in call to always_inline '_mm_slli_epi64': target specific option 
> mismatch
>  _mm_slli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:69:19: error: called from here
>  #define SHL(x, r) _mm_slli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:129:11: note: in expansion of macro 'SHL'
>      t0 ^= SHL(u, 60); t1 ^= SHR(u,  4);
>            ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1194:1: error: inlining 
> failed in call to always_inline '_mm_srli_epi64': target specific option 
> mismatch
>  _mm_srli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:70:19: error: called from here
>  #define SHR(x, r) _mm_srli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:129:29: note: in expansion of macro 'SHR'
>      t0 ^= SHL(u, 60); t1 ^= SHR(u,  4);
>                              ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1145:1: error: inlining 
> failed in call to always_inline '_mm_slli_epi64': target specific option 
> mismatch
>  _mm_slli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:69:19: error: called from here
>  #define SHL(x, r) _mm_slli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:135:11: note: in expansion of macro 'SHL'
>      t1 ^= SHL(u,  4); t2  = SHR(u, 60);
>            ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1194:1: error: inlining 
> failed in call to always_inline '_mm_srli_epi64': target specific option 
> mismatch
>  _mm_srli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:135:27: error: called from here
>      t1 ^= SHL(u,  4); t2  = SHR(u, 60);
>                            ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1145:1: error: inlining 
> failed in call to always_inline '_mm_slli_epi64': target specific option 
> mismatch
>  _mm_slli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:69:19: error: called from here
>  #define SHL(x, r) _mm_slli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:137:11: note: in expansion of macro 'SHL'
>      t1 ^= SHL(u,  8); t2 ^= SHR(u, 56);
>            ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1194:1: error: inlining 
> failed in call to always_inline '_mm_srli_epi64': target specific option 
> mismatch
>  _mm_srli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:70:19: error: called from here
>  #define SHR(x, r) _mm_srli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:137:29: note: in expansion of macro 'SHR'
>      t1 ^= SHL(u,  8); t2 ^= SHR(u, 56);
>                              ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1145:1: error: inlining 
> failed in call to always_inline '_mm_slli_epi64': target specific option 
> mismatch
>  _mm_slli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:69:19: error: called from here
>  #define SHL(x, r) _mm_slli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:139:11: note: in expansion of macro 'SHL'
>      t1 ^= SHL(u, 12); t2 ^= SHR(u, 52);
>            ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1194:1: error: inlining 
> failed in call to always_inline '_mm_srli_epi64': target specific option 
> mismatch
>  _mm_srli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:70:19: error: called from here
>  #define SHR(x, r) _mm_srli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:139:29: note: in expansion of macro 'SHR'
>      t1 ^= SHL(u, 12); t2 ^= SHR(u, 52);
>                              ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1145:1: error: inlining 
> failed in call to always_inline '_mm_slli_epi64': target specific option 
> mismatch
>  _mm_slli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:69:19: error: called from here
>  #define SHL(x, r) _mm_slli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:141:11: note: in expansion of macro 'SHL'
>      t1 ^= SHL(u, 16); t2 ^= SHR(u, 48);
>            ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1194:1: error: inlining 
> failed in call to always_inline '_mm_srli_epi64': target specific option 
> mismatch
>  _mm_srli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:70:19: error: called from here
>  #define SHR(x, r) _mm_srli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:141:29: note: in expansion of macro 'SHR'
>      t1 ^= SHL(u, 16); t2 ^= SHR(u, 48);
>                              ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1145:1: error: inlining 
> failed in call to always_inline '_mm_slli_epi64': target specific option 
> mismatch
>  _mm_slli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:69:19: error: called from here
>  #define SHL(x, r) _mm_slli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:143:11: note: in expansion of macro 'SHL'
>      t1 ^= SHL(u, 20); t2 ^= SHR(u, 44);
>            ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1194:1: error: inlining 
> failed in call to always_inline '_mm_srli_epi64': target specific option 
> mismatch
>  _mm_srli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:70:19: error: called from here
>  #define SHR(x, r) _mm_srli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:143:29: note: in expansion of macro 'SHR'
>      t1 ^= SHL(u, 20); t2 ^= SHR(u, 44);
>                              ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1145:1: error: inlining 
> failed in call to always_inline '_mm_slli_epi64': target specific option 
> mismatch
>  _mm_slli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:69:19: error: called from here
>  #define SHL(x, r) _mm_slli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:145:11: note: in expansion of macro 'SHL'
>      t1 ^= SHL(u, 24); t2 ^= SHR(u, 40);
>            ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1194:1: error: inlining 
> failed in call to always_inline '_mm_srli_epi64': target specific option 
> mismatch
>  _mm_srli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:70:19: error: called from here
>  #define SHR(x, r) _mm_srli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:145:29: note: in expansion of macro 'SHR'
>      t1 ^= SHL(u, 24); t2 ^= SHR(u, 40);
>                              ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1145:1: error: inlining 
> failed in call to always_inline '_mm_slli_epi64': target specific option 
> mismatch
>  _mm_slli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:69:19: error: called from here
>  #define SHL(x, r) _mm_slli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:147:11: note: in expansion of macro 'SHL'
>      t1 ^= SHL(u, 28); t2 ^= SHR(u, 36);
>            ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1194:1: error: inlining 
> failed in call to always_inline '_mm_srli_epi64': target specific option 
> mismatch
>  _mm_srli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:70:19: error: called from here
>  #define SHR(x, r) _mm_srli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:147:29: note: in expansion of macro 'SHR'
>      t1 ^= SHL(u, 28); t2 ^= SHR(u, 36);
>                              ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1194:1: error: inlining 
> failed in call to always_inline '_mm_srli_epi64': target specific option 
> mismatch
>  _mm_srli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:153:8: error: called from here
>      v1 = SHR(v1, 1);
>         ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1194:1: error: inlining 
> failed in call to always_inline '_mm_srli_epi64': target specific option 
> mismatch
>  _mm_srli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:155:8: error: called from here
>      v2 = SHR(v2, 1);
>         ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1194:1: error: inlining 
> failed in call to always_inline '_mm_srli_epi64': target specific option 
> mismatch
>  _mm_srli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:70:19: error: called from here
>  #define SHR(x, r) _mm_srli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:158:10: note: in expansion of macro 'SHR'
>      w = -SHR(g[1],63);
>           ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1194:1: error: inlining 
> failed in call to always_inline '_mm_srli_epi64': target specific option 
> mismatch
>  _mm_srli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:70:19: error: called from here
>  #define SHR(x, r) _mm_srli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:163:10: note: in expansion of macro 'SHR'
>      w = -SHR(g[2],63);
>           ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1194:1: error: inlining 
> failed in call to always_inline '_mm_srli_epi64': target specific option 
> mismatch
>  _mm_srli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:70:19: error: called from here
>  #define SHR(x, r) _mm_srli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:164:10: note: in expansion of macro 'SHR'
>      v1 = SHR(v1, 1) & m;
>           ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1194:1: error: inlining 
> failed in call to always_inline '_mm_srli_epi64': target specific option 
> mismatch
>  _mm_srli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:70:19: error: called from here
>  #define SHR(x, r) _mm_srli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:166:10: note: in expansion of macro 'SHR'
>      v2 = SHR(v2, 1) & m;
>           ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1194:1: error: inlining 
> failed in call to always_inline '_mm_srli_epi64': target specific option 
> mismatch
>  _mm_srli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:70:19: error: called from here
>  #define SHR(x, r) _mm_srli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:168:10: note: in expansion of macro 'SHR'
>      w = -SHR(g[4],63);
>           ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1194:1: error: inlining 
> failed in call to always_inline '_mm_srli_epi64': target specific option 
> mismatch
>  _mm_srli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:70:19: error: called from here
>  #define SHR(x, r) _mm_srli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:169:10: note: in expansion of macro 'SHR'
>      v1 = SHR(v1, 1) & m;
>           ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1194:1: error: inlining 
> failed in call to always_inline '_mm_srli_epi64': target specific option 
> mismatch
>  _mm_srli_epi64 (__m128i __A, int __B)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:70:19: error: called from here
>  #define SHR(x, r) _mm_srli_epi64((x), (r))
>                    ^
> ./gf2x/gf2x_mul3.h:171:10: note: in expansion of macro 'SHR'
>      v2 = SHR(v2, 1) & m;
>           ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1170:1: error: inlining 
> failed in call to always_inline '_mm_slli_si128': target specific option 
> mismatch
>  _mm_slli_si128 (__m128i __A, const int __N)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:71:20: error: called from here
>  #define SHLD(x, r) _mm_slli_si128((x), (r) >> 3)
>                     ^
> ./gf2x/gf2x_mul3.h:178:24: note: in expansion of macro 'SHLD'
>              r.s = t0 ^ SHLD(t1, 64);
>                         ^
> In file included from ./gf2x/gf2x_mul3.h:34:0,
>                  from gf2x/gf2x-small.h:102,
>                  from gf2x.c:31:
> /usr/lib/gcc/i586-linux-gnu/4.9/include/emmintrin.h:1164:1: error: inlining 
> failed in call to always_inline '_mm_srli_si128': target specific option 
> mismatch
>  _mm_srli_si128 (__m128i __A, const int __N)
>  ^
> In file included from gf2x/gf2x-small.h:102:0,
>                  from gf2x.c:31:
> ./gf2x/gf2x_mul3.h:72:20: error: called from here
>  #define SHRD(x, r) _mm_srli_si128((x), (r) >> 3)
>                     ^
> ./gf2x/gf2x_mul3.h:186:24: note: in expansion of macro 'SHRD'
>              r.s = t2 ^ SHRD(t1, 64);
>                         ^
> make[2]: *** [gf2x.lo] Error 1

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2014/11/12/gf2x_1.1-1_jessie-i386.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: gf2x
Source-Version: 1.1-2

We believe that the bug you reported is fixed in the latest version of
gf2x, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 769...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Puydt <julien.pu...@laposte.net> (supplier of updated gf2x package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 19 Nov 2014 13:38:48 +0100
Source: gf2x
Binary: libgf2x1 libgf2x-dev
Architecture: source amd64
Version: 1.1-2
Distribution: sid
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Julien Puydt <julien.pu...@laposte.net>
Description:
 libgf2x-dev - Routines for fast arithmetic in GF(2)[x] (development files)
 libgf2x1   - Routines for fast arithmetic in GF(2)[x]
Closes: 725253 769249
Changes:
 gf2x (1.1-2) unstable; urgency=medium
 .
   * Don't compile with pclmul by default (Closes: #725253)
   * Handle msse2 better (Closes: #769249)
   * Fix a memset issue.
Checksums-Sha1:
 208f29320578c8e4038ff2538da43a4bfbe63bdb 1973 gf2x_1.1-2.dsc
 6df549dbbc09835602bb1e48390f797626b8811e 3592 gf2x_1.1-2.debian.tar.xz
 d90475a17f1b6c44e91d472dc9591a27c4810a57 42470 libgf2x1_1.1-2_amd64.deb
 c429b5e893b9e6725811ede64a8db1b368da10e3 27532 libgf2x-dev_1.1-2_amd64.deb
Checksums-Sha256:
 2db52bbf4a3da11a1c44051bf3f70ff780797491955ff60ddf039fb7ca670c3e 1973 
gf2x_1.1-2.dsc
 681b9c2a25d11f5f4a1f5c59d7db9bc227827ec5bd7b72057138ef9ee95f6074 3592 
gf2x_1.1-2.debian.tar.xz
 ded8076a040abfbef13c2b7b2023f7082cc08f2f101042df005405f3a78937af 42470 
libgf2x1_1.1-2_amd64.deb
 124832ba75fed17497b7c114aa2f61f831120ebc702546890262887314e58d7b 27532 
libgf2x-dev_1.1-2_amd64.deb
Files:
 2a9b7c14437e2625ae230f701b1330f2 1973 math optional gf2x_1.1-2.dsc
 261fa901a36b867b2318efa61dcb4c8a 3592 math optional gf2x_1.1-2.debian.tar.xz
 f2a4a05bee2212edc780f4f3ae0642d9 42470 math optional libgf2x1_1.1-2_amd64.deb
 4c9a1313f822f4ff9445bc7027fc1678 27532 libdevel optional 
libgf2x-dev_1.1-2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJUbkoIAAoJEIyCFp2Ozs0qdfwP/iviQ8g1Sp1a86AMFBdhkU5j
a3b7yoEgahFriLTmSAJxGCYnfjeaV4PLrx88w1p6QxwvqgsLp0rNMnn+aK5hIv2O
Il31DVHagZc93wCpWFPu17GM0pgKvmOXLnF7w+oir8GA599P/aQ3nlneTtCeCK8i
9O0LJ7fpBSxgpAAPQqbpXp3zH8Gt5hobQ924/ugl15JSuT1TwrE5GJoS5p154Vo1
bNR5dnvSBT0PA03NdkFH6tpj6cYjs/FI5OzFe6V1jjKAiZklbzj0znmaJkqPNFSt
9v04ei+wwP8ouR+9nwxMdQuaHLJGbU5cVBZeroNsMwptuYpI3h8Pvo+U0F0RrraY
bN2FHQwwUIrsh/l+sZ7/1AvNIccEodYELLCHFVW4OvbYk2gt8CCr7WAS1/qixD66
gtTzhKQBJbEMySNpqWIuRIy8j1QRG/9LhgQSVrGvdoFShIOOT51bl15eaAGhmBJo
Qj00wV+m5j6ZmMZ3fa+a7u4oR9/0jxUySFleuhu7pk3eeY9uWKfL9Gg/KhYXWiyN
g88jj7P/n2UGS+7Fvv/VwAtV+15s9pM/2PRfcdeKI3uVz7/bbm66SOuNFTqlOL9M
4HxWGBiUo4jWOGX+To70r0pY7snYeSetOSD75lYdGtTam2txoWxbiThv+gdeNtfy
hxaUVy65G4VzGiTiiLD/
=UZnM
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to