Implementation notes: amd64, utrecht, crypto_core/aes128encrypt

Computer: utrecht
Architecture: amd64
CPU ID: GenuineIntel-000006fb-bfebfbff
SUPERCOP version: 20160806
Operation: crypto_core
Primitive: aes128encrypt
TimeImplementationCompilerBenchmark dateSUPERCOP version
486dolbeau/std-4ftgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080420160731
486dolbeau/std-4ftgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080420160731
504dolbeau/std-2ftgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080420160731
522dolbeau/std-4ftgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080420160731
531dolbeau/std-4ftgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080420160731
549dolbeau/std-2ftgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080420160731
756dolbeau/std-2ftgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080420160731
774opensslgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080420160731
774opensslgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080420160731
783opensslgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080420160731
819dolbeau/std-1ftgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080420160731
819dolbeau/std-2ftgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080420160731
828dolbeau/std-1ftgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080420160731
837dolbeau/std-1ftgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080420160731
855dolbeau/std-1ftgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080420160731
1170opensslgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080420160731
844245refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080420160731
1313334refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080420160731
1342080refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080420160731
1453068refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080420160731

Compiler output

Implementation: crypto_core/aes128encrypt/dolbeau/aesenc-int
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
core.c: core.c: In function 'aes128ni_setkey_encrypt':
core.c: core.c:12:3: warning: passing argument 1 of '_mm_loadu_si128' from incompatible pointer type [enabled by default]
core.c: __m128i key0 = _mm_loadu_si128((const unsigned int *)(key+0));
core.c: ^
core.c: In file included from /usr/lib/gcc/x86_64-linux-gnu/4.8/include/xmmintrin.h:1246:0,
core.c: from /usr/lib/gcc/x86_64-linux-gnu/4.8/include/immintrin.h:32,
core.c: from core.c:9:
core.c: /usr/lib/gcc/x86_64-linux-gnu/4.8/include/emmintrin.h:682:1: note: expected 'const __vector(2) long long int *' but argument is of type 'const unsigned int *'
core.c: _mm_loadu_si128 (__m128i const *__P)
core.c: ^
core.c: core.c:20:9: error: incompatible types when assigning to type '__m128i' from type 'int'
core.c: temp1 = _mm_aeskeygenassist_si128(temp0, IMM); \
core.c: ^
core.c: core.c:29:3: note: in expansion of macro 'BLOCK1'
core.c: BLOCK1(0x01);
core.c: ^
core.c: core.c:20:9: error: incompatible types when assigning to type '__m128i' from type 'int'
core.c: temp1 = _mm_aeskeygenassist_si128(temp0, IMM); \
core.c: ^
core.c: core.c:30:3: note: in expansion of macro 'BLOCK1'
core.c: BLOCK1(0x02);
core.c: ^
core.c: core.c:20:9: error: incompatible types when assigning to type '__m128i' from type 'int'
core.c: temp1 = _mm_aeskeygenassist_si128(temp0, IMM); \
core.c: ^
core.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