Implementation notes: armeabi, tonido, crypto_core/aes128decrypt

Computer: tonido
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_core
Primitive: aes128decrypt
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
5808? ? ?? ? ?dolbeau/std-1rt-nodkgcc_-march=native_-mtune=xscale_-Os2017071920170718
5826? ? ?? ? ?dolbeau/std-4rt-nodkgcc_-march=native_-mtune=xscale_-O32017071920170718
5856? ? ?? ? ?dolbeau/std-1rt-nodkgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017071920170718
5910? ? ?? ? ?dolbeau/std-4rt-nodkgcc_-march=native_-mtune=xscale_-O22017071920170718
5928? ? ?? ? ?dolbeau/std-2rt-nodkgcc_-march=native_-mtune=xscale_-Os2017071920170718
5970? ? ?? ? ?dolbeau/std-2rt-nodkgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017071920170718
5982? ? ?? ? ?dolbeau/std-4rt-nodkgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017071920170718
6000? ? ?? ? ?dolbeau/std-1rt-nodkgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017071920170718
6000? ? ?? ? ?dolbeau/std-1rt-nodkgcc_-march=native_-mtune=xscale_-O32017071920170718
6000? ? ?? ? ?dolbeau/std-4rt-nodkgcc_-march=native_-mtune=xscale_-Os2017071920170718
6042? ? ?? ? ?dolbeau/std-2rt-nodkgcc_-march=native_-mtune=xscale_-O32017071920170718
6054? ? ?? ? ?dolbeau/std-1rt-nodkgcc_-march=native_-mtune=xscale_-O22017071920170718
6108? ? ?? ? ?dolbeau/std-4rt-nodkgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017071920170718
6150? ? ?? ? ?dolbeau/std-2rt-nodkgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017071920170718
6162? ? ?? ? ?dolbeau/std-1rt-nodkgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017071920170718
6162? ? ?? ? ?dolbeau/std-4rt-nodkgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017071920170718
6186? ? ?? ? ?dolbeau/std-2rt-nodkgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017071920170718
6186? ? ?? ? ?dolbeau/std-2rt-nodkgcc_-march=native_-mtune=xscale_-O22017071920170718
6738? ? ?? ? ?opensslgcc_-march=native_-mtune=xscale_-Os2017071920170718
6762? ? ?? ? ?opensslgcc_-march=native_-mtune=xscale_-O32017071920170718
6780? ? ?? ? ?opensslgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017071920170718
6786? ? ?? ? ?opensslgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017071920170718
6834? ? ?? ? ?opensslgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017071920170718
6834? ? ?? ? ?opensslgcc_-march=native_-mtune=xscale_-O22017071920170718
1512282? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017071920170718
1535340? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O32017071920170718
2180448? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017071920170718
4557432? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O22017071920170718
4620804? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017071920170718
4905294? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-Os2017071920170718

Compiler output

Implementation: crypto_core/aes128decrypt/dolbeau/armv8crypto
Compiler: gcc -funroll-loops -march=native -mtune=xscale -O2
core.c: In file included from core.c:9:0:
core.c: /usr/lib/gcc/armv5tel-unknown-linux-gnueabi/7.1.1/include/arm_neon.h:31:2: error: #error "NEON intrinsics not available with the soft-float ABI. Please use -mfloat-abi=softp or -mfloat-abi=hard"
core.c: #error "NEON intrinsics not available with the soft-float ABI. Please use -mfloat-abi=softp or -mfloat-abi=hard"
core.c: ^~~~~
core.c: core.c:14:54: error: unknown type name 'uint8x16_t'
core.c: static inline void aes128_setkey_armv8_decrypt(const uint8x16_t key[], uint8x16_t *rkeys) {
core.c: ^~~~~~~~~~
core.c: core.c:14:72: error: unknown type name 'uint8x16_t'
core.c: static inline void aes128_setkey_armv8_decrypt(const uint8x16_t key[], uint8x16_t *rkeys) {
core.c: ^~~~~~~~~~
core.c: ...
core.c: aes128_setkey_armv8_decrypt((uint8x16_t*)k,(uint8x16_t*)rkeys);
core.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~
core.c: aes128_armv8_decrypt
core.c: core.c:72:32: error: 'uint8x16_t' undeclared (first use in this function)
core.c: aes128_setkey_armv8_decrypt((uint8x16_t*)k,(uint8x16_t*)rkeys);
core.c: ^~~~~~~~~~
core.c: core.c:72:32: note: each undeclared identifier is reported only once for each function it appears in
core.c: core.c:72:43: error: expected expression before ')' token
core.c: aes128_setkey_armv8_decrypt((uint8x16_t*)k,(uint8x16_t*)rkeys);
core.c: ^

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