Implementation notes: armeabi, cubox, crypto_aead/aeadaes128ocbtaglen128v1

Computer: cubox
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_aead
Primitive: aeadaes128ocbtaglen128v1
TimeImplementationCompilerBenchmark dateSUPERCOP version
175991optgcc -funroll-loops -mcpu=marvell-pj4 -O22016121020161026
178008optgcc -mcpu=marvell-pj4 -O22016121020161026
178547optgcc -funroll-loops -mcpu=marvell-pj4 -O32016121020161026
178710optgcc -mcpu=marvell-pj4 -O32016121020161026
179964optgcc -mcpu=marvell-pj4 -Os2016121020161026
180044optgcc -funroll-loops -mcpu=marvell-pj4 -Os2016121020161026
293660refgcc -funroll-loops -mcpu=marvell-pj4 -O32016121020161026
296277refgcc -mcpu=marvell-pj4 -O32016121020161026
324717refgcc -funroll-loops -mcpu=marvell-pj4 -O22016121020161026
434641refgcc -mcpu=marvell-pj4 -O22016121020161026
440920refgcc -mcpu=marvell-pj4 -Os2016121020161026
440940refgcc -funroll-loops -mcpu=marvell-pj4 -Os2016121020161026

Compiler output

Implementation: crypto_aead/aeadaes128ocbtaglen128v1/dolbeau/armv8crypto
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -O2
encrypt.c: In file included from encrypt.c:47:0:
encrypt.c: encrypt.c: In function 'aes128ni_setkey_e2d':
encrypt.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
encrypt.c: vaesimcq_u8 (uint8x16_t __data)
encrypt.c: ^~~~~~~~~~~
encrypt.c: encrypt.c:81:16: note: called from here
encrypt.c: dkeys[i] = vaesimcq_u8(ekeys[10-i]);
encrypt.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