Implementation notes: armeabi, tonido, crypto_aead/norx3241v3

Computer: tonido
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_aead
Primitive: norx3241v3
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
548070? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072820170718
549402? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072820170718
558396? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O32017072820170718
563706? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O22017072820170718
592500? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-Os2017072820170718
593202? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072820170718

Compiler output

Implementation: crypto_aead/norx3241v3/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:382:11: error: unknown type name 'uint32x4_t'
norx.c: const uint32x4_t K = LOADU(key);
norx.c: ^~~~~~~~~~
norx.c: norx.c:39:18: warning: implicit declaration of function 'vreinterpretq_u32_u8' [-Wimplicit-function-declaration]
norx.c: #define LOAD(in) vreinterpretq_u32_u8( vld1q_u8((uint8_t *)(in)) )
norx.c: ...
norx.c: ^~~~~~~
norx.c: norx.c:414:5: note: in expansion of macro 'FINALISE'
norx.c: FINALISE(A, B, C, D, K);
norx.c: ^~~~~~~~
norx.c: norx.c:417:9: warning: implicit declaration of function 'vceqq_u32' [-Wimplicit-function-declaration]
norx.c: D = vceqq_u32(D, 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(D, 0) & vgetq_lane_u32(D, 1) & vgetq_lane_u32(D, 2) & vgetq_lane_u32(D, 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/norx3241v3/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