Implementation notes: armeabi, c1, crypto_stream/trivium

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

Compiler output

Implementation: crypto_stream/trivium/e/submissions/trivium
Compiler: gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2
trivium.c: In file included from trivium.c:1:0:
trivium.c: e/trivium.c: In function 'ECRYPT_keysetup':
trivium.c: e/trivium.c:43:25: warning: implicit declaration of function 'U64TO64_LITTLE' [-Wimplicit-function-declaration]
trivium.c: #define U64TO64_CONVERT U64TO64_LITTLE
trivium.c: ^
trivium.c: e/trivium.c:212:18: note: in expansion of macro 'U64TO64_CONVERT'
trivium.c: ctx->gt;init[0] = U64TO64_CONVERT(ctx->gt;init[0]);
trivium.c: ^~~~~~~~~~~~~~~
try.c: crypto_stream_trivium.a(trivium.o): In function `ECRYPT_keysetup':
try.c: trivium.c:(.text+0x...): undefined reference to `U64TO64_LITTLE'
try.c: trivium.c:(.text+0x...): undefined reference to `U64TO64_LITTLE'
try.c: crypto_stream_trivium.a(trivium.o): In function `ECRYPT_ivsetup':
try.c: trivium.c:(.text+0x...): undefined reference to `U64TO64_LITTLE'
try.c: trivium.c:(.text+0x...): undefined reference to `U64TO64_LITTLE'
try.c: crypto_stream_trivium.a(trivium.o): In function `ECRYPT_process_bytes':
try.c: trivium.c:(.text+0x...): undefined reference to `U64TO64_LITTLE'
try.c: crypto_stream_trivium.a(trivium.o):trivium.c:(.text+0x...): more undefined references to `U64TO64_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/trivium
gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O3 e/submissions/trivium
gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os e/submissions/trivium
gcc -mcpu=native -mfpu=neon-vfpv4 -O2 e/submissions/trivium
gcc -mcpu=native -mfpu=neon-vfpv4 -O3 e/submissions/trivium
gcc -mcpu=native -mfpu=neon-vfpv4 -Os e/submissions/trivium