Implementation notes: armeabi, cubox, crypto_aead/aes128n12t8silcv2

Computer: cubox
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_aead
Primitive: aes128n12t8silcv2
TimeImplementationCompilerBenchmark dateSUPERCOP version
409276refgcc -mcpu=marvell-pj4 -O32016121020161026
424332refgcc -funroll-loops -mcpu=marvell-pj4 -O32016121020161026
449677refgcc -funroll-loops -mcpu=marvell-pj4 -O22016121020161026
460032refgcc -mcpu=marvell-pj4 -O22016121020161026
506329refgcc -funroll-loops -mcpu=marvell-pj4 -Os2016121020161026
535585refgcc -mcpu=marvell-pj4 -Os2016121020161026

Compiler output

Implementation: crypto_aead/aes128n12t8silcv2/aesni
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -O2
encrypt.c: encrypt.c:5:74: fatal error: xmmintrin.h: No such file or directory
encrypt.c: #include gt; /* SSE instructions and _mm_malloc */
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