Implementation notes: aarch64, par3, crypto_core/aes128decrypt

Computer: par3
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_core
Primitive: aes128decrypt
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
694? ? ?? ? ?dolbeau/std-4rt-nodkgcc_-march=native_-mtune=native_-O32017071920170718
695? ? ?? ? ?dolbeau/std-2rt-nodkgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
705? ? ?? ? ?dolbeau/std-1rt-nodkgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
708? ? ?? ? ?dolbeau/std-1rt-nodkgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
710? ? ?? ? ?dolbeau/std-2rt-nodkgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
712? ? ?? ? ?dolbeau/std-4rt-nodkgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
718? ? ?? ? ?dolbeau/std-4rt-nodkgcc_-march=native_-mtune=native_-O22017071920170718
718? ? ?? ? ?dolbeau/std-1rt-nodkgcc_-march=native_-mtune=native_-O32017071920170718
718? ? ?? ? ?dolbeau/std-2rt-nodkgcc_-march=native_-mtune=native_-O32017071920170718
726? ? ?? ? ?dolbeau/std-2rt-nodkgcc_-march=native_-mtune=native_-O22017071920170718
741? ? ?? ? ?dolbeau/std-1rt-nodkgcc_-march=native_-mtune=native_-O22017071920170718
749? ? ?? ? ?dolbeau/std-4rt-nodkgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
1061? ? ?? ? ?dolbeau/std-4rt-nodkgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
1070? ? ?? ? ?dolbeau/std-1rt-nodkgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
1076? ? ?? ? ?dolbeau/std-4rt-nodkgcc_-march=native_-mtune=native_-Os2017071920170718
1087? ? ?? ? ?dolbeau/std-2rt-nodkgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
1220? ? ?? ? ?dolbeau/std-1rt-nodkgcc_-march=native_-mtune=native_-Os2017071920170718
1267? ? ?? ? ?dolbeau/std-2rt-nodkgcc_-march=native_-mtune=native_-Os2017071920170718
1317? ? ?? ? ?opensslgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
1317? ? ?? ? ?opensslgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
1318? ? ?? ? ?opensslgcc_-march=native_-mtune=native_-O32017071920170718
1321? ? ?? ? ?opensslgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
1321? ? ?? ? ?opensslgcc_-march=native_-mtune=native_-Os2017071920170718
1322? ? ?? ? ?opensslgcc_-march=native_-mtune=native_-O22017071920170718
319598? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
329168? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017071920170718
530233? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
2047974? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
2171974? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017071920170718
2336763? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017071920170718

Compiler output

Implementation: crypto_core/aes128decrypt/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_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[10-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