Implementation notes: aarch64, a72, crypto_aead/minalpherv11

Computer: a72
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_aead
Primitive: minalpherv11
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
2910757? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017100920170904
2913009? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017100920170904
3701738? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017100920170904
5929130? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017100920170904
6029811? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017100920170904
6184260? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017100920170904

Compiler output

Implementation: crypto_aead/minalpherv11/avx2
Compiler: g++ -funroll-loops -march=native -mtune=native -O2
MinalpherCore.cpp: In file included from MinalpherCore.cpp:33:0:
MinalpherCore.cpp: define.h:47:12: fatal error: x86intrin.h: No such file or directory
MinalpherCore.cpp: #include <x86intrin.h>
MinalpherCore.cpp: ^~~~~~~~~~~~~
MinalpherCore.cpp: compilation terminated.

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
g++ -funroll-loops -march=native -mtune=native -O2 avx2
g++ -funroll-loops -march=native -mtune=native -O3 avx2
g++ -funroll-loops -march=native -mtune=native -Os avx2
g++ -march=native -mtune=native -O2 avx2
g++ -march=native -mtune=native -O3 avx2
g++ -march=native -mtune=native -Os avx2