Implementation notes: armeabi, cubox, crypto_aead/aes128marble4rv1

Computer: cubox
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_aead
Primitive: aes128marble4rv1
TimeImplementationCompilerBenchmark dateSUPERCOP version
676185refgcc -mcpu=marvell-pj4 -O32016121020161026
705927refgcc -funroll-loops -mcpu=marvell-pj4 -O32016121020161026
854743refgcc -funroll-loops -mcpu=marvell-pj4 -O22016121020161026
954085refgcc -mcpu=marvell-pj4 -O22016121020161026
1038498refgcc -funroll-loops -mcpu=marvell-pj4 -Os2016121020161026
1050471refgcc -mcpu=marvell-pj4 -Os2016121020161026

Compiler output

Implementation: crypto_aead/aes128marble4rv1/ref
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -O2
encrypt.c: encrypt.c: In function 'crypto_aead_aes128marble4rv1_ref_encrypt':
encrypt.c: encrypt.c:34:2: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration]
encrypt.c: free(cxt);
encrypt.c: ^~~~
encrypt.c: encrypt.c:34:2: warning: incompatible implicit declaration of built-in function 'free'
encrypt.c: encrypt.c:34:2: note: include 'gt;' or provide a declaration of 'free'
encrypt.c: encrypt.c: In function 'crypto_aead_aes128marble4rv1_ref_decrypt':
encrypt.c: encrypt.c:67:2: warning: incompatible implicit declaration of built-in function 'free'
encrypt.c: free(cxt);
encrypt.c: ^~~~
encrypt.c: encrypt.c:67:2: note: include 'gt;' or provide a declaration of 'free'

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