Implementation notes: aarch64, par3, crypto_aead/minalpherv11

Computer: par3
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_aead
Primitive: minalpherv11
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
5879412? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017072020170718
6605842? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017072020170718
7815064? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017072020170718
13256011? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017072020170718
13825311? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017072020170718
14255754? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017072020170718

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