Implementation notes: aarch64, par3, crypto_core/aes256decrypt

Computer: par3
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_core
Primitive: aes256decrypt
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
995? ? ?? ? ?dolbeau/std-1rt-nodkgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
996? ? ?? ? ?dolbeau/std-4rt-nodkgcc_-march=native_-mtune=native_-O22017071920170718
997? ? ?? ? ?dolbeau/std-1rt-nodkgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
997? ? ?? ? ?dolbeau/std-1rt-nodkgcc_-march=native_-mtune=native_-O22017071920170718
998? ? ?? ? ?dolbeau/std-2rt-nodkgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
999? ? ?? ? ?dolbeau/std-2rt-nodkgcc_-march=native_-mtune=native_-O22017071920170718
999? ? ?? ? ?dolbeau/std-1rt-nodkgcc_-march=native_-mtune=native_-O32017071920170718
1000? ? ?? ? ?dolbeau/std-2rt-nodkgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
1002? ? ?? ? ?dolbeau/std-2rt-nodkgcc_-march=native_-mtune=native_-O32017071920170718
1018? ? ?? ? ?dolbeau/std-4rt-nodkgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
1019? ? ?? ? ?dolbeau/std-4rt-nodkgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
1027? ? ?? ? ?dolbeau/std-4rt-nodkgcc_-march=native_-mtune=native_-O32017071920170718
1371? ? ?? ? ?dolbeau/std-1rt-nodkgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
1457? ? ?? ? ?dolbeau/std-4rt-nodkgcc_-march=native_-mtune=native_-Os2017071920170718
1490? ? ?? ? ?dolbeau/std-4rt-nodkgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
1612? ? ?? ? ?dolbeau/std-2rt-nodkgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
1696? ? ?? ? ?dolbeau/std-1rt-nodkgcc_-march=native_-mtune=native_-Os2017071920170718
1775? ? ?? ? ?dolbeau/std-2rt-nodkgcc_-march=native_-mtune=native_-Os2017071920170718
1814? ? ?? ? ?opensslgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
1814? ? ?? ? ?opensslgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
1815? ? ?? ? ?opensslgcc_-march=native_-mtune=native_-O22017071920170718
1815? ? ?? ? ?opensslgcc_-march=native_-mtune=native_-O32017071920170718
1817? ? ?? ? ?opensslgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
1817? ? ?? ? ?opensslgcc_-march=native_-mtune=native_-Os2017071920170718
443280? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
456764? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017071920170718
736581? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
2852229? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
3023893? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017071920170718
3252384? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017071920170718

Compiler output

Implementation: crypto_core/aes256decrypt/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_setkey_armv8_decrypt':
core.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
core.c: vaesimcq_u8 (uint8x16_t data)
core.c: ^~~~~~~~~~~
core.c: core.c:21:16: note: called from here
core.c: rkeys[i] = vaesimcq_u8(tkeys[14-i]);
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