Implementation notes: aarch64, par3, crypto_aead/enchilada128v1

Computer: par3
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_aead
Primitive: enchilada128v1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
5099914? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017072020170718
5982511? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017072020170718
26551598? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017072020170718
41205245? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017072020170718
41539253? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017072020170718
41570571? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017072020170718

Compiler output

Implementation: crypto_aead/enchilada128v1/ref
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
aes.c: aes.c: In function 'aes_encrypt':
aes.c: aes.c:389:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
aes.c: keys = rk ;
aes.c: ^
aes.c: aes.c: In function 'aes_decrypt':
aes.c: aes.c:407:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
aes.c: keys = rk ;
aes.c: ^

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