Implementation notes: armeabi, a15, crypto_aead/iscream12v2

Computer: a15
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_aead
Primitive: iscream12v2
TimeImplementationCompilerBenchmark dateSUPERCOP version
194722neongcc -mcpu=native -mfpu=neon-vfpv4 -O22016121520161026
195100neongcc -mcpu=native -mfpu=neon-vfpv4 -Os2016121520161026
195954neongcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os2016121520161026
200671neongcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O22016121520161026
204878neongcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O32016121520161026
205745neongcc -mcpu=native -mfpu=neon-vfpv4 -O32016121520161026
580083refgcc -mcpu=native -mfpu=neon-vfpv4 -O32016121520161026
583301refgcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O32016121520161026
1053039refgcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O22016121520161026
1154372refgcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os2016121520161026
1164984refgcc -mcpu=native -mfpu=neon-vfpv4 -Os2016121520161026
1256361refgcc -mcpu=native -mfpu=neon-vfpv4 -O22016121520161026

Compiler output

Implementation: crypto_aead/iscream12v2/sse
Compiler: gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2
iscream.c: iscream.c: In function 'LBox16P':
iscream.c: iscream.c:16:32: warning: implicit declaration of function '__builtin_ia32_psrldi128' [-Wimplicit-function-declaration]
iscream.c: #define shift_right(x) ((v16qi)__builtin_ia32_psrldi128((v4si)x, 4))
iscream.c: ^
iscream.c: iscream.c:181:10: note: in expansion of macro 'shift_right'
iscream.c: t0 = shift_right(in[0]) & V(0xf);
iscream.c: ^~~~~~~~~~~
iscream.c: iscream.c:181:5: error: can't convert a value of type 'int' to vector type '__vector(16) char' which has different size
iscream.c: t0 = shift_right(in[0]) & V(0xf);
iscream.c: ^~
iscream.c: ...
iscream.c: iscream.c:301:2: error: can't convert a value of type 'int' to vector type '__vector(16) char' which has different size
iscream.c: iscream.c:301:2: error: can't convert a value of type 'int' to vector type '__vector(16) char' which has different size
iscream.c: iscream.c:301:2: error: can't convert a value of type 'int' to vector type '__vector(16) char' which has different size
iscream.c: iscream.c: In function 'tweakey_set':
iscream.c: iscream.c:312:3: error: can't convert a value of type 'int' to vector type '__vector(16) char' which has different size
iscream.c: UPDATE(j);
iscream.c: ^~~~~~
iscream.c: iscream.c:312:3: error: can't convert a value of type 'int' to vector type '__vector(16) char' which has different size
iscream.c: iscream.c:312:3: error: can't convert a value of type 'int' to vector type '__vector(16) char' which has different size
iscream.c: iscream.c:312:3: error: can't convert a value of type 'int' to vector type '__vector(16) char' which has different size

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