Implementation notes: aarch64, par3, crypto_core/aes256encrypt

Computer: par3
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_core
Primitive: aes256encrypt
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
686? ? ?? ? ?dolbeau/std-2ftgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
695? ? ?? ? ?dolbeau/std-2ftgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
705? ? ?? ? ?dolbeau/std-1ftgcc_-march=native_-mtune=native_-O22017071920170718
711? ? ?? ? ?dolbeau/std-2ftgcc_-march=native_-mtune=native_-O22017071920170718
713? ? ?? ? ?dolbeau/std-1ftgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
717? ? ?? ? ?dolbeau/std-2ftgcc_-march=native_-mtune=native_-O32017071920170718
726? ? ?? ? ?dolbeau/std-4ftgcc_-march=native_-mtune=native_-O22017071920170718
726? ? ?? ? ?dolbeau/std-1ftgcc_-march=native_-mtune=native_-O32017071920170718
728? ? ?? ? ?dolbeau/std-4ftgcc_-march=native_-mtune=native_-O32017071920170718
732? ? ?? ? ?dolbeau/std-1ftgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
736? ? ?? ? ?dolbeau/std-4ftgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
754? ? ?? ? ?dolbeau/std-4ftgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
937? ? ?? ? ?dolbeau/std-2ftgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
940? ? ?? ? ?dolbeau/std-4ftgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
944? ? ?? ? ?dolbeau/std-4ftgcc_-march=native_-mtune=native_-Os2017071920170718
948? ? ?? ? ?opensslgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
949? ? ?? ? ?opensslgcc_-march=native_-mtune=native_-O22017071920170718
949? ? ?? ? ?opensslgcc_-march=native_-mtune=native_-O32017071920170718
951? ? ?? ? ?opensslgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
952? ? ?? ? ?opensslgcc_-march=native_-mtune=native_-Os2017071920170718
955? ? ?? ? ?opensslgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
1000? ? ?? ? ?dolbeau/std-1ftgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
1120? ? ?? ? ?dolbeau/std-2ftgcc_-march=native_-mtune=native_-Os2017071920170718
1184? ? ?? ? ?dolbeau/std-1ftgcc_-march=native_-mtune=native_-Os2017071920170718
408650? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
421414? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017071920170718
618543? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
2469811? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
2538489? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017071920170718
2724749? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017071920170718

Compiler output

Implementation: crypto_core/aes256encrypt/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 'aes256_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:122:8: note: called from here
core.c: temp = vaeseq_u8(temp, vld1q_u8((rkeys+208)));
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:122:8: note: called from here
core.c: temp = vaeseq_u8(temp, vld1q_u8((rkeys+208)));
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