Implementation notes: armeabi, cubox, crypto_aead/aezv4

Computer: cubox
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_aead
Primitive: aezv4
TimeImplementationCompilerBenchmark dateSUPERCOP version
1531758refgcc -funroll-loops -mcpu=marvell-pj4 -O22016121020161026
2313167refgcc -funroll-loops -mcpu=marvell-pj4 -O32016121020161026
2462830refgcc -mcpu=marvell-pj4 -O32016121020161026
2562179refgcc -mcpu=marvell-pj4 -O22016121020161026
3235346refgcc -mcpu=marvell-pj4 -Os2016121020161026
3242874refgcc -funroll-loops -mcpu=marvell-pj4 -Os2016121020161026

Compiler output

Implementation: crypto_aead/aezv4/aesni
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -O2
encrypt.c: encrypt.c:181:2: error: #error - This implementation requires __AES__ or __ARM_FEATURE_CRYPTO
encrypt.c: #error - This implementation requires __AES__ or __ARM_FEATURE_CRYPTO
encrypt.c: ^~~~~
encrypt.c: encrypt.c:210:8: error: unknown type name 'block'
encrypt.c: static block zero_pad(block x, unsigned zero_bytes) {
encrypt.c: ^~~~~
encrypt.c: encrypt.c:210:23: error: unknown type name 'block'
encrypt.c: static block zero_pad(block x, unsigned zero_bytes) {
encrypt.c: ^~~~~
encrypt.c: encrypt.c:214:8: error: unknown type name 'block'
encrypt.c: ...
encrypt.c: ^~~~~~
encrypt.c: encrypt.c:856:31: error: unknown type name 'size_t'
encrypt.c: static int blake2b(void *out, size_t outlen,
encrypt.c: ^~~~~~
encrypt.c: encrypt.c:857:37: error: unknown type name 'size_t'
encrypt.c: const void *key, size_t keylen,
encrypt.c: ^~~~~~
encrypt.c: encrypt.c:858:36: error: unknown type name 'size_t'
encrypt.c: const void *in, size_t inlen)
encrypt.c: ^~~~~~

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