Implementation notes: aarch64, par3, crypto_aead/silverv1

Computer: par3
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_aead
Primitive: silverv1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
154195? ? ?? ? ?littleendoptnotaesnigcc_-march=native_-mtune=native_-O32017072020170718
154982? ? ?? ? ?littleendoptnotaesnigcc_-funroll-loops_-march=native_-mtune=native_-O22017072020170718
159230? ? ?? ? ?littleendoptnotaesnigcc_-march=native_-mtune=native_-O22017072020170718
160624? ? ?? ? ?littleendoptnotaesnigcc_-funroll-loops_-march=native_-mtune=native_-O32017072020170718
184725? ? ?? ? ?littleendoptnotaesnigcc_-funroll-loops_-march=native_-mtune=native_-Os2017072020170718
185252? ? ?? ? ?anotherlittleendgcc_-march=native_-mtune=native_-O32017072020170718
189285? ? ?? ? ?anotherlittleendgcc_-funroll-loops_-march=native_-mtune=native_-Os2017072020170718
194871? ? ?? ? ?anotherlittleendgcc_-funroll-loops_-march=native_-mtune=native_-O32017072020170718
195946? ? ?? ? ?anotherlittleendgcc_-march=native_-mtune=native_-O22017072020170718
199927? ? ?? ? ?anotherlittleendgcc_-funroll-loops_-march=native_-mtune=native_-O22017072020170718
221977? ? ?? ? ?littleendoptnotaesnigcc_-march=native_-mtune=native_-Os2017072020170718
234787? ? ?? ? ?anotherlittleendgcc_-march=native_-mtune=native_-Os2017072020170718
714695? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017072020170718
748271? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017072020170718
979816? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017072020170718
1673144? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017072020170718
1713474? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017072020170718
1755841? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017072020170718

Compiler output

Implementation: crypto_aead/silverv1/aesnioptimized
Compiler: gcc -funroll-loops -march=native -mtune=native -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=native -O2 aesnioptimized
gcc -funroll-loops -march=native -mtune=native -O3 aesnioptimized
gcc -funroll-loops -march=native -mtune=native -Os aesnioptimized
gcc -march=native -mtune=native -O2 aesnioptimized
gcc -march=native -mtune=native -O3 aesnioptimized
gcc -march=native -mtune=native -Os aesnioptimized

Compiler output

Implementation: crypto_aead/silverv1/bigendoptimized
Compiler: gcc -funroll-loops -march=native -mtune=native -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=native -O2 bigendoptimized
gcc -funroll-loops -march=native -mtune=native -O3 bigendoptimized
gcc -funroll-loops -march=native -mtune=native -Os bigendoptimized
gcc -march=native -mtune=native -O2 bigendoptimized
gcc -march=native -mtune=native -O3 bigendoptimized
gcc -march=native -mtune=native -Os bigendoptimized