Implementation notes: armeabi, cubox, crypto_aead/aegis256

Computer: cubox
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_aead
Primitive: aegis256
TimeImplementationCompilerBenchmark dateSUPERCOP version
235844refgcc -mcpu=marvell-pj4 -O22016121020161026
236216refgcc -mcpu=marvell-pj4 -O32016121020161026
237729refgcc -funroll-loops -mcpu=marvell-pj4 -O32016121020161026
238854refgcc -funroll-loops -mcpu=marvell-pj4 -O22016121020161026
291076refgcc -funroll-loops -mcpu=marvell-pj4 -Os2016121020161026
292979refgcc -mcpu=marvell-pj4 -Os2016121020161026

Compiler output

Implementation: crypto_aead/aegis256/aesni
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -O2
encrypt.c: encrypt.c:4:23: fatal error: immintrin.h: No such file or directory
encrypt.c: #include gt;
encrypt.c: ^
encrypt.c: compilation terminated.

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