Implementation notes: armeabi, cubox, crypto_core/aes128encrypt

Computer: cubox
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_core
Primitive: aes128encrypt
TimeImplementationCompilerBenchmark dateSUPERCOP version
1428opensslgcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
1431opensslgcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
1432opensslgcc -mcpu=marvell-pj4 -O22016120820161026
1436opensslgcc -mcpu=marvell-pj4 -O32016120820161026
1461opensslgcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
1468opensslgcc -mcpu=marvell-pj4 -Os2016120820161026
1487dolbeau/std-4ftgcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
1487dolbeau/std-4ftgcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
1490dolbeau/std-2ftgcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
1495dolbeau/std-2ftgcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
1496dolbeau/std-1ftgcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
1496dolbeau/std-2ftgcc -mcpu=marvell-pj4 -O32016120820161026
1503dolbeau/std-1ftgcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
1508dolbeau/std-2ftgcc -mcpu=marvell-pj4 -O22016120820161026
1528dolbeau/std-4ftgcc -mcpu=marvell-pj4 -O22016120820161026
1528dolbeau/std-4ftgcc -mcpu=marvell-pj4 -O32016120820161026
1532dolbeau/std-1ftgcc -mcpu=marvell-pj4 -O32016120820161026
1540dolbeau/std-1ftgcc -mcpu=marvell-pj4 -O22016120820161026
1656dolbeau/std-4ftgcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
1668dolbeau/std-4ftgcc -mcpu=marvell-pj4 -Os2016120820161026
1676dolbeau/std-1ftgcc -mcpu=marvell-pj4 -Os2016120820161026
1692dolbeau/std-2ftgcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
1700dolbeau/std-1ftgcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
1708dolbeau/std-2ftgcc -mcpu=marvell-pj4 -Os2016120820161026
625116refgcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
635884refgcc -mcpu=marvell-pj4 -O32016120820161026
823261refgcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
2124030refgcc -mcpu=marvell-pj4 -O22016120820161026
2174307refgcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
2214626refgcc -mcpu=marvell-pj4 -Os2016120820161026

Compiler output

Implementation: crypto_core/aes128encrypt/dolbeau/armv8crypto
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -O2
core.c: In file included from core.c:9:0:
core.c: core.c: In function 'aes128_armv8_encrypt':
core.c: /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.2.1/include/arm_neon.h:9023:1: error: inlining failed in call to always_inline 'vld1q_u8': target specific option mismatch
core.c: vld1q_u8 (const uint8_t * __a)
core.c: ^~~~~~~~
core.c: core.c:15:14: note: called from here
core.c: uint8x16_t temp = vld1q_u8(n);
core.c: ^~~~
core.c: In file included from core.c:9:0:
core.c: /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.2.1/include/arm_neon.h:9035:1: error: inlining failed in call to always_inline 'vld1q_u32': target specific option mismatch
core.c: ...
core.c: core.c:46:8: note: called from here
core.c: temp = vaeseq_u8(temp, vld1q_u8((rkeys+144)));
core.c: ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
core.c: In file included from core.c:9:0:
core.c: /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.2.1/include/arm_neon.h:9023:1: error: inlining failed in call to always_inline 'vld1q_u8': target specific option mismatch
core.c: vld1q_u8 (const uint8_t * __a)
core.c: ^~~~~~~~
core.c: core.c:46:10: note: called from here
core.c: temp = vaeseq_u8(temp, vld1q_u8((rkeys+144)));
core.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -mcpu=marvell-pj4 -O2 dolbeau/armv8crypto
gcc -funroll-loops -mcpu=marvell-pj4 -O3 dolbeau/armv8crypto
gcc -funroll-loops -mcpu=marvell-pj4 -Os dolbeau/armv8crypto
gcc -mcpu=marvell-pj4 -O2 dolbeau/armv8crypto
gcc -mcpu=marvell-pj4 -O3 dolbeau/armv8crypto
gcc -mcpu=marvell-pj4 -Os dolbeau/armv8crypto