Implementation notes: armeabi, tonido, crypto_aead/norx3241v1

Computer: tonido
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_aead
Primitive: norx3241v1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
574944? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072820170718
576318? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-Os2017072820170718
584514? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072820170718
586440? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072820170718
595092? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O22017072820170718
595248? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O32017072820170718

Compiler output

Implementation: crypto_aead/norx3241v1/neon
Compiler: gcc -funroll-loops -march=native -mtune=xscale -O2
norx.c: In file included from norx.c:24:0:
norx.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"
norx.c: #error "NEON intrinsics not available with the soft-float ABI. Please use -mfloat-abi=softp or -mfloat-abi=hard"
norx.c: ^~~~~
norx.c: norx.c: In function 'crypto_aead_norx3241v1_neon_encrypt':
norx.c: norx.c:299:5: error: unknown type name 'uint32x4_t'; did you mean 'uint32_t'?
norx.c: uint32x4_t A, B, C, D;
norx.c: ^~~~~~~~~~
norx.c: uint32_t
norx.c: norx.c:301:11: error: unknown type name 'uint32x4_t'
norx.c: ...
norx.c: ^~~~~~~
norx.c: norx.c:404:5: note: in expansion of macro 'FINALIZE'
norx.c: FINALIZE(A, B, C, D);
norx.c: ^~~~~~~~
norx.c: norx.c:407:9: warning: implicit declaration of function 'vceqq_u32' [-Wimplicit-function-declaration]
norx.c: A = vceqq_u32(A, LOADU(c + 0));
norx.c: ^~~~~~~~~
norx.c: norx.c:408:27: warning: implicit declaration of function 'vgetq_lane_u32' [-Wimplicit-function-declaration]
norx.c: return 0xFFFFFFFF == (vgetq_lane_u32(A, 0) & vgetq_lane_u32(A, 1) & vgetq_lane_u32(A, 2) & vgetq_lane_u32(A, 3)) ? 0 : -1;
norx.c: ^~~~~~~~~~~~~~

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

Compiler output

Implementation: crypto_aead/norx3241v1/xmm
Compiler: gcc -funroll-loops -march=native -mtune=xscale -O2
norx.c: norx.c:27:14: fatal error: x86intrin.h: No such file or directory
norx.c: #include <x86intrin.h>
norx.c: ^~~~~~~~~~~~~
norx.c: compilation terminated.

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