Implementation notes: amd64, waldorf, crypto_aead/aes128poetv2aes128

Computer: waldorf
Architecture: amd64
CPU ID: GenuineIntel-000106e5-bfebfbff
SUPERCOP version: 20160715
Operation: crypto_aead
Primitive: aes128poetv2aes128
TimeImplementationCompilerBenchmark dateSUPERCOP version
384584refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016071820160715
410496refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016071820160715
411756refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016071820160715
425832refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016071820160715
431912refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016071820160715

Compiler output

Implementation: crypto_aead/aes128poetv2aes128/ni
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
encrypt.c: In file included from encrypt.c:34:
encrypt.c: In file included from ./poet.h:34:
encrypt.c: /usr/include/clang/3.5.0/include/wmmintrin.h:30:3: error: "AES/PCLMUL instructions not enabled"
encrypt.c: # error "AES/PCLMUL instructions not enabled"
encrypt.c: ^
encrypt.c: 1 error generated.

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments ni

Compiler output

Implementation: crypto_aead/aes128poetv2aes128/ni
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
poet.c: In file included from poet.c:33:0:
poet.c: poet.c: In function 'aes_create_decryption_key':
poet.c: /usr/lib/gcc/x86_64-linux-gnu/4.9/include/wmmintrin.h:77:1: error: inlining failed in call to always_inline '_mm_aesimc_si128': target specific option mismatch
poet.c: _mm_aesimc_si128 (__m128i __X)
poet.c: ^
poet.c: poet.c:285:18: error: called from here
poet.c: dec_key[9] = _mm_aesimc_si128(enc_key[1]);
poet.c: ^
poet.c: In file included from poet.c:33:0:
poet.c: /usr/lib/gcc/x86_64-linux-gnu/4.9/include/wmmintrin.h:77:1: error: inlining failed in call to always_inline '_mm_aesimc_si128': target specific option mismatch
poet.c: _mm_aesimc_si128 (__m128i __X)
poet.c: ^
poet.c: poet.c:286:18: error: called from here
poet.c: dec_key[8] = _mm_aesimc_si128(enc_key[2]);
poet.c: ^
poet.c: In file included from poet.c:33:0:
poet.c: /usr/lib/gcc/x86_64-linux-gnu/4.9/include/wmmintrin.h:77:1: error: inlining failed in call to always_inline '_mm_aesimc_si128': target specific option mismatch
poet.c: _mm_aesimc_si128 (__m128i __X)
poet.c: ^
poet.c: poet.c:287:18: error: called from here
poet.c: dec_key[7] = _mm_aesimc_si128(enc_key[3]);
poet.c: ^
poet.c: In file included from poet.c:33:0:
poet.c: /usr/lib/gcc/x86_64-linux-gnu/4.9/include/wmmintrin.h:77:1: error: inlining failed in call to always_inline '_mm_aesimc_si128': target specific option mismatch
poet.c: _mm_aesimc_si128 (__m128i __X)
poet.c: ...

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