Implementation notes: armeabi, cubox, crypto_core/aes256decrypt

Computer: cubox
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_core
Primitive: aes256decrypt
TimeImplementationCompilerBenchmark dateSUPERCOP version
2307dolbeau/std-4rt-nodkgcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
2315dolbeau/std-4rt-nodkgcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
2424dolbeau/std-4rt-nodkgcc -mcpu=marvell-pj4 -O22016120820161026
2428dolbeau/std-4rt-nodkgcc -mcpu=marvell-pj4 -O32016120820161026
2448dolbeau/std-2rt-nodkgcc -mcpu=marvell-pj4 -O22016120820161026
2448dolbeau/std-2rt-nodkgcc -mcpu=marvell-pj4 -O32016120820161026
2467dolbeau/std-2rt-nodkgcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
2468dolbeau/std-2rt-nodkgcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
2636dolbeau/std-1rt-nodkgcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
2655dolbeau/std-1rt-nodkgcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
2662dolbeau/std-1rt-nodkgcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
2676dolbeau/std-1rt-nodkgcc -mcpu=marvell-pj4 -O22016120820161026
2704dolbeau/std-1rt-nodkgcc -mcpu=marvell-pj4 -O32016120820161026
2752dolbeau/std-4rt-nodkgcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
2764dolbeau/std-2rt-nodkgcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
2764dolbeau/std-1rt-nodkgcc -mcpu=marvell-pj4 -Os2016120820161026
2828dolbeau/std-2rt-nodkgcc -mcpu=marvell-pj4 -Os2016120820161026
2848dolbeau/std-4rt-nodkgcc -mcpu=marvell-pj4 -Os2016120820161026
3012opensslgcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
3016opensslgcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
3016opensslgcc -mcpu=marvell-pj4 -O22016120820161026
3053opensslgcc -mcpu=marvell-pj4 -O32016120820161026
3110opensslgcc -mcpu=marvell-pj4 -Os2016120820161026
3112opensslgcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
935801refgcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
955871refgcc -mcpu=marvell-pj4 -O32016120820161026
1345666refgcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
3477660refgcc -mcpu=marvell-pj4 -O22016120820161026
3573185refgcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
3677488refgcc -mcpu=marvell-pj4 -Os2016120820161026

Compiler output

Implementation: crypto_core/aes256decrypt/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_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[14-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