Implementation notes: armeabi, cubox, crypto_core/aes256encrypt

Computer: cubox
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_core
Primitive: aes256encrypt
TimeImplementationCompilerBenchmark dateSUPERCOP version
1640opensslgcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
1640opensslgcc -mcpu=marvell-pj4 -Os2016120820161026
1658opensslgcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
1666opensslgcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
1696opensslgcc -mcpu=marvell-pj4 -O32016120820161026
1721dolbeau/std-2ftgcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
1727dolbeau/std-4ftgcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
1728opensslgcc -mcpu=marvell-pj4 -O22016120820161026
1735dolbeau/std-4ftgcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
1760dolbeau/std-2ftgcc -mcpu=marvell-pj4 -O32016120820161026
1764dolbeau/std-2ftgcc -mcpu=marvell-pj4 -O22016120820161026
1768dolbeau/std-4ftgcc -mcpu=marvell-pj4 -O32016120820161026
1780dolbeau/std-1ftgcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
1788dolbeau/std-2ftgcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
1795dolbeau/std-1ftgcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
1808dolbeau/std-4ftgcc -mcpu=marvell-pj4 -O22016120820161026
1836dolbeau/std-1ftgcc -mcpu=marvell-pj4 -O22016120820161026
1840dolbeau/std-1ftgcc -mcpu=marvell-pj4 -O32016120820161026
1912dolbeau/std-4ftgcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
1992dolbeau/std-1ftgcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
1996dolbeau/std-4ftgcc -mcpu=marvell-pj4 -Os2016120820161026
2012dolbeau/std-1ftgcc -mcpu=marvell-pj4 -Os2016120820161026
2028dolbeau/std-2ftgcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
2052dolbeau/std-2ftgcc -mcpu=marvell-pj4 -Os2016120820161026
864386refgcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
878217refgcc -mcpu=marvell-pj4 -O32016120820161026
1136826refgcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
2928964refgcc -mcpu=marvell-pj4 -O22016120820161026
3011300refgcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
3099161refgcc -mcpu=marvell-pj4 -Os2016120820161026

Compiler output

Implementation: crypto_core/aes256encrypt/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 'aes256_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:91: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:122:8: note: called from here
core.c: temp = vaeseq_u8(temp, vld1q_u8((rkeys+208)));
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:122:10: note: called from here
core.c: temp = vaeseq_u8(temp, vld1q_u8((rkeys+208)));
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