Implementation notes: aarch64, par3, crypto_core/aes128encrypt

Computer: par3
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_core
Primitive: aes128encrypt
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
478? ? ?? ? ?dolbeau/std-2ftgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
489? ? ?? ? ?dolbeau/std-2ftgcc_-march=native_-mtune=native_-O32017071920170718
495? ? ?? ? ?dolbeau/std-2ftgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
503? ? ?? ? ?dolbeau/std-1ftgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
512? ? ?? ? ?dolbeau/std-4ftgcc_-march=native_-mtune=native_-O32017071920170718
513? ? ?? ? ?dolbeau/std-1ftgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
518? ? ?? ? ?dolbeau/std-1ftgcc_-march=native_-mtune=native_-O32017071920170718
523? ? ?? ? ?dolbeau/std-4ftgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
532? ? ?? ? ?dolbeau/std-2ftgcc_-march=native_-mtune=native_-O22017071920170718
533? ? ?? ? ?dolbeau/std-4ftgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
533? ? ?? ? ?dolbeau/std-1ftgcc_-march=native_-mtune=native_-O22017071920170718
535? ? ?? ? ?dolbeau/std-4ftgcc_-march=native_-mtune=native_-O22017071920170718
617? ? ?? ? ?dolbeau/std-2ftgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
666? ? ?? ? ?dolbeau/std-4ftgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
707? ? ?? ? ?dolbeau/std-1ftgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
716? ? ?? ? ?opensslgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
716? ? ?? ? ?opensslgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
716? ? ?? ? ?opensslgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
716? ? ?? ? ?dolbeau/std-4ftgcc_-march=native_-mtune=native_-Os2017071920170718
717? ? ?? ? ?opensslgcc_-march=native_-mtune=native_-O22017071920170718
717? ? ?? ? ?opensslgcc_-march=native_-mtune=native_-O32017071920170718
717? ? ?? ? ?opensslgcc_-march=native_-mtune=native_-Os2017071920170718
821? ? ?? ? ?dolbeau/std-2ftgcc_-march=native_-mtune=native_-Os2017071920170718
892? ? ?? ? ?dolbeau/std-1ftgcc_-march=native_-mtune=native_-Os2017071920170718
296227? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
305305? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017071920170718
447815? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
1737738? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
1838417? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017071920170718
1976640? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017071920170718

Compiler output

Implementation: crypto_core/aes128encrypt/dolbeau/armv8crypto
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
core.c: In file included from core.c:9:0:
core.c: core.c: In function 'aes128_armv8_encrypt':
core.c: /usr/lib/gcc/aarch64-unknown-linux-gnu/7.1.1/include/arm_neon.h:12426:1: error: inlining failed in call to always_inline 'vaeseq_u8': target specific option mismatch
core.c: vaeseq_u8 (uint8x16_t data, uint8x16_t key)
core.c: ^~~~~~~~~
core.c: core.c:46:8: note: called from here
core.c: temp = vaeseq_u8(temp, vld1q_u8((rkeys+144)));
core.c: ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
core.c: In file included from core.c:9:0:
core.c: /usr/lib/gcc/aarch64-unknown-linux-gnu/7.1.1/include/arm_neon.h:12426:1: error: inlining failed in call to always_inline 'vaeseq_u8': target specific option mismatch
core.c: vaeseq_u8 (uint8x16_t data, uint8x16_t key)
core.c: ^~~~~~~~~
core.c: core.c:46:8: note: called from here
core.c: temp = vaeseq_u8(temp, vld1q_u8((rkeys+144)));
core.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