Implementation notes: armeabi, tonido, crypto_aead/aes128n12t8clocv3

Computer: tonido
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_aead
Primitive: aes128n12t8clocv3
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
1066710? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072220170718
1146672? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-Os2017072220170718
1245018? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O32017072220170718
1259586? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072220170718
1273482? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O22017072220170718
1276782? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072220170718

Compiler output

Implementation: crypto_aead/aes128n12t8clocv3/aesni
Compiler: gcc -funroll-loops -march=native -mtune=xscale -O2
encrypt.c: encrypt.c:5:10: fatal error: xmmintrin.h: No such file or directory
encrypt.c: #include <xmmintrin.h> /* SSE instructions and _mm_malloc */
encrypt.c: ^~~~~~~~~~~~~
encrypt.c: compilation terminated.

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -march=native -mtune=xscale -O2 aesni
gcc -funroll-loops -march=native -mtune=xscale -O3 aesni
gcc -funroll-loops -march=native -mtune=xscale -Os aesni
gcc -march=native -mtune=xscale -O2 aesni
gcc -march=native -mtune=xscale -O3 aesni
gcc -march=native -mtune=xscale -Os aesni