Implementation notes: armeabi, c1, crypto_stream/sosemanuk

Computer: c1
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_stream
Primitive: sosemanuk

Compiler output

Implementation: crypto_stream/sosemanuk/cryptopp
Compiler: g++ -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2
stream.cpp: stream.cpp:1:32: fatal error: cryptopp/sosemanuk.h: No such file or directory
stream.cpp: #include gt;
stream.cpp: ^
stream.cpp: compilation terminated.

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

Compiler output

Implementation: crypto_stream/sosemanuk/e/submissions/sosemanuk
Compiler: gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2
sosemanuk.c: In file included from sosemanuk.c:1:0:
sosemanuk.c: e/sosemanuk.c: In function 'sosemanuk_internal':
sosemanuk.c: e/sosemanuk.c:848:6: warning: implicit declaration of function 'U32TO32_LITTLE' [-Wimplicit-function-declaration]
sosemanuk.c: ^ U32TO32_LITTLE(u ## x0 ^ v0); \
sosemanuk.c: ^
sosemanuk.c: e/sosemanuk.c:959:2: note: in expansion of macro 'SRD'
sosemanuk.c: SRD(S2, 2, 3, 1, 4, 0);
sosemanuk.c: ^~~
try.c: crypto_stream_sosemanuk.a(sosemanuk.o): In function `sosemanuk_internal':
try.c: sosemanuk.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: sosemanuk.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: sosemanuk.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: sosemanuk.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: sosemanuk.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_sosemanuk.a(sosemanuk.o):sosemanuk.c:(.text+0x...): more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

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