Implementation notes: aarch64, a72, crypto_aead/silverv1

Computer: a72
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_aead
Primitive: silverv1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
100960? ? ?? ? ?littleendoptnotaesnigcc_-march=native_-mtune=native_-O32017101020170904
102362? ? ?? ? ?littleendoptnotaesnigcc_-march=native_-mtune=native_-Os2017101020170904
103752? ? ?? ? ?littleendoptnotaesnigcc_-funroll-loops_-march=native_-mtune=native_-O22017101020170904
103940? ? ?? ? ?littleendoptnotaesnigcc_-funroll-loops_-march=native_-mtune=native_-O32017101020170904
105153? ? ?? ? ?littleendoptnotaesnigcc_-funroll-loops_-march=native_-mtune=native_-Os2017101020170904
108032? ? ?? ? ?littleendoptnotaesnigcc_-march=native_-mtune=native_-O22017101020170904
131161? ? ?? ? ?anotherlittleendgcc_-march=native_-mtune=native_-Os2017101020170904
131805? ? ?? ? ?anotherlittleendgcc_-funroll-loops_-march=native_-mtune=native_-Os2017101020170904
143518? ? ?? ? ?anotherlittleendgcc_-march=native_-mtune=native_-O32017101020170904
147081? ? ?? ? ?anotherlittleendgcc_-funroll-loops_-march=native_-mtune=native_-O32017101020170904
150220? ? ?? ? ?anotherlittleendgcc_-march=native_-mtune=native_-O22017101020170904
151108? ? ?? ? ?anotherlittleendgcc_-funroll-loops_-march=native_-mtune=native_-O22017101020170904
516969? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017101020170904
519549? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017101020170904
653559? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017101020170904
745254? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017101020170904
753898? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017101020170904
761426? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017101020170904

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