Implementation notes: armeabi, tonido, crypto_aead/silverv1

Computer: tonido
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_aead
Primitive: silverv1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
715866? ? ?? ? ?littleendoptnotaesnigcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017080220170718
757878? ? ?? ? ?littleendoptnotaesnigcc_-march=native_-mtune=xscale_-Os2017080220170718
846126? ? ?? ? ?littleendoptnotaesnigcc_-funroll-loops_-march=native_-mtune=xscale_-O32017080220170718
850464? ? ?? ? ?littleendoptnotaesnigcc_-march=native_-mtune=xscale_-O22017080220170718
852732? ? ?? ? ?littleendoptnotaesnigcc_-march=native_-mtune=xscale_-O32017080220170718
863550? ? ?? ? ?littleendoptnotaesnigcc_-funroll-loops_-march=native_-mtune=xscale_-O22017080220170718
928470? ? ?? ? ?anotherlittleendgcc_-march=native_-mtune=xscale_-O32017080220170718
931464? ? ?? ? ?anotherlittleendgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017080220170718
965478? ? ?? ? ?anotherlittleendgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017080220170718
967470? ? ?? ? ?anotherlittleendgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017080220170718
974742? ? ?? ? ?anotherlittleendgcc_-march=native_-mtune=xscale_-O22017080220170718
1082202? ? ?? ? ?anotherlittleendgcc_-march=native_-mtune=xscale_-Os2017080220170718
2604090? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017080220170718
2629494? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O32017080220170718
2664546? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017080220170718
3455544? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O22017080220170718
4142592? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-Os2017080220170718
4176492? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017080220170718

Compiler output

Implementation: crypto_aead/silverv1/aesnioptimized
Compiler: gcc -funroll-loops -march=native -mtune=xscale -O2
encrypt.c: In file included from encrypt.c:36:0:
encrypt.c: macs4AESNI.h:6:10: fatal error: wmmintrin.h: No such file or directory
encrypt.c: #include <wmmintrin.h>
encrypt.c: ^~~~~~~~~~~~~
encrypt.c: compilation terminated.

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

Compiler output

Implementation: crypto_aead/silverv1/bigendoptimized
Compiler: gcc -funroll-loops -march=native -mtune=xscale -O2
encrypt.c: encrypt.c:28:2: error: #error "This code produces standard results only on BE machines"
encrypt.c: #error "This code produces standard results only on BE machines"
encrypt.c: ^~~~~

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