Implementation notes: amd64, pluton1mn, crypto_aead/aeadaes128ocbtaglen128v1

Computer: pluton1mn
Architecture: amd64
CPU ID: GenuineIntel-00050671-bfebfbff
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: aeadaes128ocbtaglen128v1
TimeImplementationCompilerBenchmark dateSUPERCOP version
6048dolbeau/aesenc-intgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080720160806
6174optgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080620160731
8554dolbeau/aesenc-inticc -xMIC-AVX512 -O2 -fomit-frame-pointer2016080720160806
8694dolbeau/aesenc-inticc -xMIC-AVX512 -O3 -fomit-frame-pointer2016080720160806
9660dolbeau/aesenc-intgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080720160806
10374dolbeau/aesenc-intgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080720160806
12152dolbeau/aesenc-intgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080720160806
20888optgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080620160731
21994optgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080620160731
26068optgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080620160731
331632opticc -xMIC-AVX512 -O3 -fomit-frame-pointer2016080620160731
331814opticc -xMIC-AVX512 -O2 -fomit-frame-pointer2016080620160731
386274reficc -xMIC-AVX512 -O2 -fomit-frame-pointer2016080620160731
387702reficc -xMIC-AVX512 -O3 -fomit-frame-pointer2016080620160731
391244refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080620160731
491428refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080620160731
492618refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080620160731
504770refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080620160731

Compiler output

Implementation: crypto_aead/aeadaes128ocbtaglen128v1/dolbeau/aesenc-int
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
encrypt.c: encrypt.c: In function 'aes128ni_setkey_encrypt':
encrypt.c: encrypt.c:74:34: warning: passing argument 1 of '_mm_loadu_si128' from incompatible pointer type [-Wincompatible-pointer-types]
encrypt.c: __m128i key0 = _mm_loadu_si128((const unsigned int *)(key+0));
encrypt.c: ^
encrypt.c: In file included from /usr/local/gcc-6.1.0/lib/gcc/x86_64-pc-linux-gnu/6.1.0/include/xmmintrin.h:1249:0,
encrypt.c: from /usr/local/gcc-6.1.0/lib/gcc/x86_64-pc-linux-gnu/6.1.0/include/immintrin.h:29,
encrypt.c: from encrypt.c:45:
encrypt.c: /usr/local/gcc-6.1.0/lib/gcc/x86_64-pc-linux-gnu/6.1.0/include/emmintrin.h:696:1: note: expected 'const __vector(2) long long int *' but argument is of type 'const unsigned int *'
encrypt.c: _mm_loadu_si128 (__m128i const *__P)
encrypt.c: ^~~~~~~~~~~~~~~

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

Compiler output

Implementation: crypto_aead/aeadaes128ocbtaglen128v1/dolbeau/aesenc-int
Compiler: icc -xMIC-AVX512 -O2 -fomit-frame-pointer
encrypt.c: encrypt.c(74): warning #167: argument of type "const unsigned int *" is incompatible with parameter of type "const union __m128i *"
encrypt.c: __m128i key0 = _mm_loadu_si128((const unsigned int *)(key+0));
encrypt.c: ^
encrypt.c:

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
icc -xMIC-AVX512 -O2 -fomit-frame-pointer dolbeau/aesenc-int
icc -xMIC-AVX512 -O3 -fomit-frame-pointer dolbeau/aesenc-int