Implementation notes: armeabi, tonido, crypto_aead/norx6461v3

Computer: tonido
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_aead
Primitive: norx6461v3
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
875544? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072820170718
881742? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-Os2017072820170718
1549152? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072820170718
1552908? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072820170718
1576896? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O32017072820170718
1579146? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O22017072820170718

Compiler output

Implementation: crypto_aead/norx6461v3/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:389:11: error: unknown type name 'uint64x2_t'
norx.c: const uint64x2_t K0 = LOADU(key + 0);
norx.c: ^~~~~~~~~~
norx.c: norx.c:42:21: warning: implicit declaration of function 'vreinterpretq_u64_u8' [-Wimplicit-function-declaration]
norx.c: #define U8TOU64(X) vreinterpretq_u64_u8(X)
norx.c: ...
norx.c: ^~~~~~~~~
norx.c: norx.c:432:38: warning: implicit declaration of function 'vgetq_lane_u64' [-Wimplicit-function-declaration]
norx.c: return 0xFFFFFFFFFFFFFFFFULL == (vgetq_lane_u64(U32TOU64(T[0]), 0) & vgetq_lane_u64(U32TOU64(T[0]), 1)) ? 0 : -1;
norx.c: ^~~~~~~~~~~~~~
norx.c: norx.c:38:21: warning: implicit declaration of function 'vreinterpretq_u64_u32' [-Wimplicit-function-declaration]
norx.c: #define U32TOU64(X) vreinterpretq_u64_u32(X)
norx.c: ^
norx.c: norx.c:432:53: note: in expansion of macro 'U32TOU64'
norx.c: return 0xFFFFFFFFFFFFFFFFULL == (vgetq_lane_u64(U32TOU64(T[0]), 0) & vgetq_lane_u64(U32TOU64(T[0]), 1)) ? 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/norx6461v3/xmm
Compiler: gcc -funroll-loops -march=native -mtune=xscale -O2
norx.c: norx.c:25: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: 12, namely:
CompilerImplementations
gcc -funroll-loops -march=native -mtune=xscale -O2 xmm ymm
gcc -funroll-loops -march=native -mtune=xscale -O3 xmm ymm
gcc -funroll-loops -march=native -mtune=xscale -Os xmm ymm
gcc -march=native -mtune=xscale -O2 xmm ymm
gcc -march=native -mtune=xscale -O3 xmm ymm
gcc -march=native -mtune=xscale -Os xmm ymm