Implementation notes: armeabi, tonido, crypto_core/aes256encrypt

Computer: tonido
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_core
Primitive: aes256encrypt
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
5232? ? ?? ? ?dolbeau/std-4ftgcc_-march=native_-mtune=xscale_-O22017071920170718
5238? ? ?? ? ?dolbeau/std-4ftgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017071920170718
5256? ? ?? ? ?dolbeau/std-4ftgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017071920170718
5256? ? ?? ? ?opensslgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017071920170718
5256? ? ?? ? ?opensslgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017071920170718
5256? ? ?? ? ?opensslgcc_-march=native_-mtune=xscale_-O22017071920170718
5256? ? ?? ? ?opensslgcc_-march=native_-mtune=xscale_-O32017071920170718
5256? ? ?? ? ?opensslgcc_-march=native_-mtune=xscale_-Os2017071920170718
5268? ? ?? ? ?opensslgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017071920170718
5328? ? ?? ? ?dolbeau/std-4ftgcc_-march=native_-mtune=xscale_-O32017071920170718
5334? ? ?? ? ?dolbeau/std-2ftgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017071920170718
5340? ? ?? ? ?dolbeau/std-2ftgcc_-march=native_-mtune=xscale_-O32017071920170718
5364? ? ?? ? ?dolbeau/std-2ftgcc_-march=native_-mtune=xscale_-O22017071920170718
5394? ? ?? ? ?dolbeau/std-1ftgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017071920170718
5400? ? ?? ? ?dolbeau/std-1ftgcc_-march=native_-mtune=xscale_-O22017071920170718
5406? ? ?? ? ?dolbeau/std-1ftgcc_-march=native_-mtune=xscale_-O32017071920170718
5424? ? ?? ? ?dolbeau/std-4ftgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017071920170718
5448? ? ?? ? ?dolbeau/std-2ftgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017071920170718
5544? ? ?? ? ?dolbeau/std-1ftgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017071920170718
5556? ? ?? ? ?dolbeau/std-4ftgcc_-march=native_-mtune=xscale_-Os2017071920170718
5616? ? ?? ? ?dolbeau/std-1ftgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017071920170718
5670? ? ?? ? ?dolbeau/std-2ftgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017071920170718
5754? ? ?? ? ?dolbeau/std-2ftgcc_-march=native_-mtune=xscale_-Os2017071920170718
5796? ? ?? ? ?dolbeau/std-1ftgcc_-march=native_-mtune=xscale_-Os2017071920170718
1952706? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017071920170718
1984662? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O32017071920170718
2561202? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017071920170718
5339934? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O22017071920170718
5410458? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017071920170718
5762136? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-Os2017071920170718

Compiler output

Implementation: crypto_core/aes256encrypt/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: In function 'aes256_armv8_setkey_encrypt':
core.c: core.c:22:3: error: unknown type name 'uint8x16_t'
core.c: uint8x16_t vzero = vreinterpretq_u8_u32(vdupq_n_u32(0));
core.c: ^~~~~~~~~~
core.c: core.c:22:22: warning: implicit declaration of function 'vreinterpretq_u8_u32' [-Wimplicit-function-declaration]
core.c: uint8x16_t vzero = vreinterpretq_u8_u32(vdupq_n_u32(0));
core.c: ...
core.c: ^~~~~~~~~~
core.c: core.c:106:9: warning: implicit declaration of function 'vld1q_u32' [-Wimplicit-function-declaration]
core.c: t = vld1q_u32((unsigned int*)(rkeys+i*16)); ^~~~~~~~~
core.c: core.c:123:10: warning: implicit declaration of function 'veorq_u8' [-Wimplicit-function-declaration]
core.c: temp = veorq_u8(temp, vld1q_u8((rkeys+224)));
core.c: ^~~~~~~~
core.c: core.c:125:3: warning: implicit declaration of function 'vst1q_u8' [-Wimplicit-function-declaration]
core.c: vst1q_u8(out, temp);
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