Implementation notes: amd64, utrecht, crypto_aead/aesjambuv2

Computer: utrecht
Architecture: amd64
CPU ID: GenuineIntel-000006fb-bfebfbff
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: aesjambuv2

Test failure

Implementation: crypto_aead/aesjambuv2/ref
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
error 111
crypto_aead_decrypt returns nonzero

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv ref
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv ref
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv ref
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv ref

Compiler output

Implementation: crypto_aead/aesjambuv2/aesni
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
encrypt_aesni.c: encrypt_aesni.c: In function 'aes_enc_128':
encrypt_aesni.c: encrypt_aesni.c:38:9: error: incompatible types when assigning to type '__m128i' from type 'int'
encrypt_aesni.c: *state = _mm_aesenc_si128(*state, key[1]);
encrypt_aesni.c: ^
encrypt_aesni.c: encrypt_aesni.c:41:9: error: incompatible types when assigning to type '__m128i' from type 'int'
encrypt_aesni.c: *state = _mm_aesenc_si128(*state, key[2]);
encrypt_aesni.c: ^
encrypt_aesni.c: encrypt_aesni.c:43:9: error: incompatible types when assigning to type '__m128i' from type 'int'
encrypt_aesni.c: *state = _mm_aesenc_si128(*state, key[3]);
encrypt_aesni.c: ^
encrypt_aesni.c: encrypt_aesni.c:45:9: error: incompatible types when assigning to type '__m128i' from type 'int'
encrypt_aesni.c: *state = _mm_aesenc_si128(*state, key[4]);
encrypt_aesni.c: ^
encrypt_aesni.c: encrypt_aesni.c:47:9: error: incompatible types when assigning to type '__m128i' from type 'int'
encrypt_aesni.c: *state = _mm_aesenc_si128(*state, key[5]);
encrypt_aesni.c: ^
encrypt_aesni.c: encrypt_aesni.c:49:9: error: incompatible types when assigning to type '__m128i' from type 'int'
encrypt_aesni.c: *state = _mm_aesenc_si128(*state, key[6]);
encrypt_aesni.c: ^
encrypt_aesni.c: encrypt_aesni.c:51:9: error: incompatible types when assigning to type '__m128i' from type 'int'
encrypt_aesni.c: *state = _mm_aesenc_si128(*state, key[7]);
encrypt_aesni.c: ^
encrypt_aesni.c: encrypt_aesni.c:53:9: error: incompatible types when assigning to type '__m128i' from type 'int'
encrypt_aesni.c: *state = _mm_aesenc_si128(*state, key[8]);
encrypt_aesni.c: ^
encrypt_aesni.c: ...

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv aesni
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv aesni
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv aesni
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv aesni