Implementation notes: armeabi, c1, crypto_aead/iscream14v1

Computer: c1
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_aead
Primitive: iscream14v1
TimeImplementationCompilerBenchmark dateSUPERCOP version
766115neongcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O22016121020161026
778290neongcc -mcpu=native -mfpu=neon-vfpv4 -O22016121020161026
779224neongcc -mcpu=native -mfpu=neon-vfpv4 -O32016121020161026
831283neongcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os2016121020161026
841716neongcc -mcpu=native -mfpu=neon-vfpv4 -Os2016121020161026
879167neongcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O32016121020161026
1623977refgcc -mcpu=native -mfpu=neon-vfpv4 -O32016121020161026
1638127refgcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O32016121020161026
2632533refgcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O22016121020161026
3292751refgcc -mcpu=native -mfpu=neon-vfpv4 -O22016121020161026
3672283refgcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os2016121020161026
3906271refgcc -mcpu=native -mfpu=neon-vfpv4 -Os2016121020161026

Compiler output

Implementation: crypto_aead/iscream14v1/sse
Compiler: gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2
iscream.c: iscream.c: In function 'LBox16P':
iscream.c: iscream.c:17: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:200:10: note: in expansion of macro 'shift_right'
iscream.c: t0 = shift_right(in[0]) & V(0xf);
iscream.c: ^~~~~~~~~~~
iscream.c: iscream.c:200: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:201:5: error: can't convert a value of type 'int' to vector type '__vector(16) char' which has different size
iscream.c: t1 = shift_right(in[2]) & V(0xf);
iscream.c: ^~
iscream.c: iscream.c:203:10: warning: implicit declaration of function '__builtin_ia32_pshufb128' [-Wimplicit-function-declaration]
iscream.c: A = __builtin_ia32_pshufb128(table, t0);
iscream.c: ^~~~~~~~~~~~~~~~~~~~~~~~
iscream.c: iscream.c:203:8: error: incompatible types when assigning to type 'v16qi {aka __vector(16) char}' from type 'int'
iscream.c: A = __builtin_ia32_pshufb128(table, t0);
iscream.c: ^
iscream.c: iscream.c:204:8: error: incompatible types when assigning to type 'v16qi {aka __vector(16) char}' from type 'int'
iscream.c: C = __builtin_ia32_pshufb128(table, t1);
iscream.c: ^
iscream.c: iscream.c:208:8: error: incompatible types when assigning to type 'v16qi {aka __vector(16) char}' from type 'int'
iscream.c: B = __builtin_ia32_pshufb128(table, t0);
iscream.c: ^
iscream.c: ...

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