Implementation notes: armeabi, cubox, crypto_aead/norx6441v2

Computer: cubox
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_aead
Primitive: norx6441v2
TimeImplementationCompilerBenchmark dateSUPERCOP version
173060refgcc -funroll-loops -mcpu=marvell-pj4 -Os2016121520161026
178752refgcc -mcpu=marvell-pj4 -Os2016121520161026
227574refgcc -funroll-loops -mcpu=marvell-pj4 -O22016121520161026
229365refgcc -funroll-loops -mcpu=marvell-pj4 -O32016121520161026
243346refgcc -mcpu=marvell-pj4 -O32016121520161026
252833refgcc -mcpu=marvell-pj4 -O22016121520161026

Compiler output

Implementation: crypto_aead/norx6441v2/neon
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -O2
norx.c: In file included from norx.c:18:0:
norx.c: norx.c: In function 'norx_aead_encrypt':
norx.c: /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.2.1/include/arm_neon.h:12253:1: error: inlining failed in call to always_inline 'veorq_u64': target specific option mismatch
norx.c: veorq_u64 (uint64x2_t __a, uint64x2_t __b)
norx.c: ^~~~~~~~~
norx.c: norx.c:50:19: note: called from here
norx.c: #define XOR(A, B) veorq_u64((A), (B))
norx.c: ^~~~~~~~~~~~~~~~~~~
norx.c: norx.c:291:12: note: in expansion of macro 'XOR'
norx.c: S[7] = XOR(S[7], vcombine_u64( vcreate_u64(NORX_P), vcreate_u64(NORX_T) )); ...
norx.c: ^~~~~~~~~~~~~~~~~~~~
norx.c: norx.c:46:23: note: called from here
norx.c: #define STORE(out, x) vst1q_u8((uint8_t*)(out), U64TOU8(x))
norx.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
norx.c: norx.c:48:24: note: in expansion of macro 'STORE'
norx.c: #define STOREU(out, x) STORE(out, x)
norx.c: ^~~~~
norx.c: norx.c:392:5: note: in expansion of macro 'STOREU'
norx.c: STOREU(c + mlen, S[0]);
norx.c: ^~~~~~

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -mcpu=marvell-pj4 -O2 neon
gcc -funroll-loops -mcpu=marvell-pj4 -O3 neon
gcc -funroll-loops -mcpu=marvell-pj4 -Os neon
gcc -mcpu=marvell-pj4 -O2 neon
gcc -mcpu=marvell-pj4 -O3 neon
gcc -mcpu=marvell-pj4 -Os neon

Compiler output

Implementation: crypto_aead/norx6441v2/xmm
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -O2
norx.c: norx.c:25:27: fatal error: immintrin.h: No such file or directory
norx.c: #include gt;
norx.c: ^
norx.c: compilation terminated.

Number of similar (compiler,implementation) pairs: 12, namely:
CompilerImplementations
gcc -funroll-loops -mcpu=marvell-pj4 -O2 xmm ymm
gcc -funroll-loops -mcpu=marvell-pj4 -O3 xmm ymm
gcc -funroll-loops -mcpu=marvell-pj4 -Os xmm ymm
gcc -mcpu=marvell-pj4 -O2 xmm ymm
gcc -mcpu=marvell-pj4 -O3 xmm ymm
gcc -mcpu=marvell-pj4 -Os xmm ymm