Implementation notes: armeabi, cubox, crypto_aead/norx3261v1

Computer: cubox
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_aead
Primitive: norx3261v1
TimeImplementationCompilerBenchmark dateSUPERCOP version
179756refgcc -funroll-loops -mcpu=marvell-pj4 -O32016121520161026
183687refgcc -funroll-loops -mcpu=marvell-pj4 -O22016121520161026
189500refgcc -mcpu=marvell-pj4 -O22016121520161026
195200refgcc -mcpu=marvell-pj4 -O32016121520161026
205240refgcc -funroll-loops -mcpu=marvell-pj4 -Os2016121520161026
216747refgcc -mcpu=marvell-pj4 -Os2016121520161026

Compiler output

Implementation: crypto_aead/norx3261v1/neon
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -O2
norx.c: In file included from norx.c:24:0:
norx.c: norx.c: In function 'crypto_aead_norx3261v1_neon_encrypt':
norx.c: /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.2.1/include/arm_neon.h:12247:1: error: inlining failed in call to always_inline 'veorq_u32': target specific option mismatch
norx.c: veorq_u32 (uint32x4_t __a, uint32x4_t __b)
norx.c: ^~~~~~~~~
norx.c: norx.c:267:7: note: called from here
norx.c: D = XOR(D, P_); ^
norx.c: norx.c:309:5: note: in expansion of macro 'INITIALIZE'
norx.c: INITIALIZE(A, B, C, D, N, K);
norx.c: ...
norx.c: ^~~~~~~~~~~~~~~~~~~~
norx.c: norx.c:41:23: note: called from here
norx.c: #define STORE(out, x) vst1q_u8((uint8_t*)(out), vreinterpretq_u8_u32(x))
norx.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
norx.c: norx.c:42:24: note: in expansion of macro 'STORE'
norx.c: #define STOREU(out, x) STORE((out), (x))
norx.c: ^~~~~
norx.c: norx.c:342:5: note: in expansion of macro 'STOREU'
norx.c: STOREU(c + 0, A);
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/norx3261v1/xmm
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -O2
norx.c: norx.c:27:27: fatal error: x86intrin.h: No such file or directory
norx.c: #include gt;
norx.c: ^
norx.c: compilation terminated.

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