Implementation notes: aarch64, par3, crypto_aead/aeadaes128ocbtaglen128v1

Computer: par3
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_aead
Primitive: aeadaes128ocbtaglen128v1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
181200? ? ?? ? ?optgcc_-march=native_-mtune=native_-O22017071920170718
181408? ? ?? ? ?optgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
181436? ? ?? ? ?optgcc_-march=native_-mtune=native_-O32017071920170718
183628? ? ?? ? ?optgcc_-march=native_-mtune=native_-Os2017071920170718
183928? ? ?? ? ?optgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
188945? ? ?? ? ?optgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
244998? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
257473? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017071920170718
305009? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
420075? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017071920170718
431199? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017071920170718
431643? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718

Compiler output

Implementation: crypto_aead/aeadaes128ocbtaglen128v1/dolbeau/armv8crypto
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
encrypt.c: In file included from encrypt.c:47:0:
encrypt.c: encrypt.c: In function 'aes128ni_setkey_e2d':
encrypt.c: /usr/lib/gcc/aarch64-unknown-linux-gnu/7.1.1/include/arm_neon.h:12447:1: error: inlining failed in call to always_inline 'vaesimcq_u8': target specific option mismatch
encrypt.c: vaesimcq_u8 (uint8x16_t data)
encrypt.c: ^~~~~~~~~~~
encrypt.c: encrypt.c:81:16: note: called from here
encrypt.c: dkeys[i] = vaesimcq_u8(ekeys[10-i]);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~~~~

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