Implementation notes: armeabi, cubie2, crypto_aead/norx3241v3

Computer: cubie2
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_aead
Primitive: norx3241v3

Test failure

Implementation: crypto_aead/norx3241v3/ref
Compiler: gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2
error 111
crypto_aead_encrypt does not handle k=c overlap

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2 ref
gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O3 ref
gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os ref
gcc -mcpu=native -mfpu=neon-vfpv4 -O2 ref
gcc -mcpu=native -mfpu=neon-vfpv4 -O3 ref
gcc -mcpu=native -mfpu=neon-vfpv4 -Os ref

Compiler output

Implementation: crypto_aead/norx3241v3/neon
Compiler: gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2
norx.c: norx.c: In function 'norx_aead_encrypt':
norx.c: norx.c:66:30: error: expected expression before '{' token
norx.c: #define SETV(A0, A1, A2, A3) {A0, A1, A2, A3}
norx.c: ^
norx.c: norx.c:285:9: note: in expansion of macro 'SETV'
norx.c: C = SETV( U8, U9, U10, U11); ^~~~
norx.c: norx.c:384:5: note: in expansion of macro 'INITIALISE'
norx.c: INITIALISE(A, B, C, D, nonce, key);
norx.c: ^~~~~~~~~~
norx.c: ...
norx.c: norx.c:287:9: note: in expansion of macro 'XOR'
norx.c: D = XOR(D, SETV(NORX_W, NORX_L, NORX_P, NORX_T)); ^~~
norx.c: norx.c:407:5: note: in expansion of macro 'INITIALISE'
norx.c: INITIALISE(A, B, C, D, nonce, key);
norx.c: ^~~~~~~~~~
norx.c: In file included from norx.c:18:0:
norx.c: /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.2.1/include/arm_neon.h:12247:1: note: expected 'uint32x4_t' but argument is of type 'int'
norx.c: veorq_u32 (uint32x4_t __a, uint32x4_t __b)
norx.c: ^~~~~~~~~

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

Compiler output

Implementation: crypto_aead/norx3241v3/xmm
Compiler: gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2
norx.c: norx.c:26: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: 6, namely:
CompilerImplementations
gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2 xmm
gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O3 xmm
gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os xmm
gcc -mcpu=native -mfpu=neon-vfpv4 -O2 xmm
gcc -mcpu=native -mfpu=neon-vfpv4 -O3 xmm
gcc -mcpu=native -mfpu=neon-vfpv4 -Os xmm