Implementation notes: armeabi, tonido, crypto_core/aes128encrypt

Computer: tonido
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_core
Primitive: aes128encrypt
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
4392? ? ?? ? ?opensslgcc_-march=native_-mtune=xscale_-O32017071920170718
4416? ? ?? ? ?dolbeau/std-4ftgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017071920170718
4428? ? ?? ? ?opensslgcc_-march=native_-mtune=xscale_-Os2017071920170718
4434? ? ?? ? ?opensslgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017071920170718
4440? ? ?? ? ?opensslgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017071920170718
4440? ? ?? ? ?dolbeau/std-2ftgcc_-march=native_-mtune=xscale_-O32017071920170718
4446? ? ?? ? ?opensslgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017071920170718
4446? ? ?? ? ?dolbeau/std-4ftgcc_-march=native_-mtune=xscale_-O22017071920170718
4488? ? ?? ? ?dolbeau/std-4ftgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017071920170718
4500? ? ?? ? ?dolbeau/std-2ftgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017071920170718
4518? ? ?? ? ?dolbeau/std-2ftgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017071920170718
4530? ? ?? ? ?dolbeau/std-1ftgcc_-march=native_-mtune=xscale_-O22017071920170718
4530? ? ?? ? ?dolbeau/std-2ftgcc_-march=native_-mtune=xscale_-O22017071920170718
4584? ? ?? ? ?dolbeau/std-1ftgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017071920170718
4584? ? ?? ? ?dolbeau/std-1ftgcc_-march=native_-mtune=xscale_-O32017071920170718
4584? ? ?? ? ?dolbeau/std-4ftgcc_-march=native_-mtune=xscale_-O32017071920170718
4590? ? ?? ? ?opensslgcc_-march=native_-mtune=xscale_-O22017071920170718
4638? ? ?? ? ?dolbeau/std-1ftgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017071920170718
4650? ? ?? ? ?dolbeau/std-4ftgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017071920170718
4722? ? ?? ? ?dolbeau/std-4ftgcc_-march=native_-mtune=xscale_-Os2017071920170718
4752? ? ?? ? ?dolbeau/std-1ftgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017071920170718
4752? ? ?? ? ?dolbeau/std-2ftgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017071920170718
4848? ? ?? ? ?dolbeau/std-2ftgcc_-march=native_-mtune=xscale_-Os2017071920170718
4902? ? ?? ? ?dolbeau/std-1ftgcc_-march=native_-mtune=xscale_-Os2017071920170718
1415208? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017071920170718
1438494? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O32017071920170718
1854864? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017071920170718
3867594? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O22017071920170718
3918876? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017071920170718
4159008? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-Os2017071920170718

Compiler output

Implementation: crypto_core/aes128encrypt/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 'aes128_armv8_encrypt':
core.c: core.c:15:3: error: unknown type name 'uint8x16_t'
core.c: uint8x16_t temp = vld1q_u8(n);
core.c: ^~~~~~~~~~
core.c: core.c:15:21: warning: implicit declaration of function 'vld1q_u8' [-Wimplicit-function-declaration]
core.c: uint8x16_t temp = vld1q_u8(n);
core.c: ...
core.c: ^~~~~~~~~
core.c: core.c:46:10: warning: implicit declaration of function 'vaeseq_u8' [-Wimplicit-function-declaration]
core.c: temp = vaeseq_u8(temp, vld1q_u8((rkeys+144)));
core.c: ^~~~~~~~~
core.c: core.c:47:10: warning: implicit declaration of function 'veorq_u8' [-Wimplicit-function-declaration]
core.c: temp = veorq_u8(temp, vld1q_u8((rkeys+160)));
core.c: ^~~~~~~~
core.c: core.c:49: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