Implementation notes: armeabi, tonido, crypto_aead/norx3241v2

Computer: tonido
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_aead
Primitive: norx3241v2
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
547944? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072820170718
549162? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072820170718
558540? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O32017072820170718
563460? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O22017072820170718
564060? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-Os2017072820170718
565542? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072820170718

Compiler output

Implementation: crypto_aead/norx3241v2/neon
Compiler: gcc -funroll-loops -march=native -mtune=xscale -O2
norx.c: In file included from norx.c:18: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 'norx_aead_encrypt':
norx.c: norx.c:380: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:281:11: error: unknown type name 'uint32x4_t'
norx.c: ...
norx.c: ^~~~~~~
norx.c: norx.c:414:5: note: in expansion of macro 'FINALISE'
norx.c: FINALISE(A, B, C, D);
norx.c: ^~~~~~~~
norx.c: norx.c:417:9: warning: implicit declaration of function 'vceqq_u32' [-Wimplicit-function-declaration]
norx.c: A = vceqq_u32(A, LOADU(c + clen - BYTES(NORX_T)));
norx.c: ^~~~~~~~~
norx.c: norx.c:418: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/norx3241v2/xmm
Compiler: gcc -funroll-loops -march=native -mtune=xscale -O2
norx.c: norx.c:26:14: fatal error: immintrin.h: No such file or directory
norx.c: #include <immintrin.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