Implementation notes: armeabi, cubox, crypto_core/aes128decrypt

Computer: cubox
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_core
Primitive: aes128decrypt
TimeImplementationCompilerBenchmark dateSUPERCOP version
1883dolbeau/std-4rt-nodkgcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
1924dolbeau/std-4rt-nodkgcc -mcpu=marvell-pj4 -O22016120820161026
1940dolbeau/std-4rt-nodkgcc -mcpu=marvell-pj4 -O32016120820161026
1944dolbeau/std-4rt-nodkgcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
1952dolbeau/std-2rt-nodkgcc -mcpu=marvell-pj4 -O32016120820161026
1960dolbeau/std-2rt-nodkgcc -mcpu=marvell-pj4 -O22016120820161026
1994dolbeau/std-2rt-nodkgcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
2052dolbeau/std-2rt-nodkgcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
2112dolbeau/std-1rt-nodkgcc -mcpu=marvell-pj4 -O22016120820161026
2148dolbeau/std-1rt-nodkgcc -mcpu=marvell-pj4 -O32016120820161026
2200dolbeau/std-1rt-nodkgcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
2206dolbeau/std-1rt-nodkgcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
2222dolbeau/std-1rt-nodkgcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
2240dolbeau/std-4rt-nodkgcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
2284dolbeau/std-1rt-nodkgcc -mcpu=marvell-pj4 -Os2016120820161026
2316dolbeau/std-2rt-nodkgcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
2356dolbeau/std-2rt-nodkgcc -mcpu=marvell-pj4 -Os2016120820161026
2388opensslgcc -mcpu=marvell-pj4 -Os2016120820161026
2407opensslgcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
2409opensslgcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
2412opensslgcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
2416opensslgcc -mcpu=marvell-pj4 -O32016120820161026
2416dolbeau/std-4rt-nodkgcc -mcpu=marvell-pj4 -Os2016120820161026
2458opensslgcc -mcpu=marvell-pj4 -O22016120820161026
677047refgcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
691172refgcc -mcpu=marvell-pj4 -O32016120820161026
967452refgcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
2503701refgcc -mcpu=marvell-pj4 -O22016120820161026
2560650refgcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
2608329refgcc -mcpu=marvell-pj4 -Os2016120820161026

Compiler output

Implementation: crypto_core/aes128decrypt/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_setkey_armv8_decrypt':
core.c: /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.2.1/include/arm_neon.h:14742:1: error: inlining failed in call to always_inline 'vaesimcq_u8': target specific option mismatch
core.c: vaesimcq_u8 (uint8x16_t __data)
core.c: ^~~~~~~~~~~
core.c: core.c:21:16: note: called from here
core.c: rkeys[i] = vaesimcq_u8(tkeys[10-i]);
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