Implementation notes: armeabi, c1, crypto_stream/dragon

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

Compiler output

Implementation: crypto_stream/dragon/e/submissions/dragon
Compiler: gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2
dragon.c: In file included from dragon.c:1:0:
dragon.c: e/dragon.c: In function 'ECRYPT_keystream_blocks':
dragon.c: e/dragon.c:284:22: warning: implicit declaration of function 'U32TO32_BIG' [-Wimplicit-function-declaration]
dragon.c: *(k_ptr++) = U32TO32_BIG(a);
dragon.c: ^~~~~~~~~~~
try.c: crypto_stream_dragon.a(dragon.o): In function `ECRYPT_keystream_blocks':
try.c: dragon.c:(.text+0x...): undefined reference to `U32TO32_BIG'
try.c: dragon.c:(.text+0x...): undefined reference to `U32TO32_BIG'
try.c: crypto_stream_dragon.a(dragon.o): In function `ECRYPT_process_blocks':
try.c: dragon.c:(.text+0x...): undefined reference to `U32TO32_BIG'
try.c: dragon.c:(.text+0x...): undefined reference to `U32TO32_BIG'
try.c: collect2: error: ld returned 1 exit status

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

Compiler output

Implementation: crypto_stream/dragon/e/submissions/dragon
Compiler: gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O3
dragon.c: In file included from dragon.c:1:0:
dragon.c: e/dragon.c: In function 'ECRYPT_keystream_blocks':
dragon.c: e/dragon.c:284:22: warning: implicit declaration of function 'U32TO32_BIG' [-Wimplicit-function-declaration]
dragon.c: *(k_ptr++) = U32TO32_BIG(a);
dragon.c: ^~~~~~~~~~~
try.c: crypto_stream_dragon.a(dragon.o): In function `ECRYPT_keystream_blocks':
try.c: dragon.c:(.text+0x...): undefined reference to `U32TO32_BIG'
try.c: dragon.c:(.text+0x...): undefined reference to `U32TO32_BIG'
try.c: crypto_stream_dragon.a(dragon.o): In function `ECRYPT_process_blocks':
try.c: dragon.c:(.text+0x...): undefined reference to `U32TO32_BIG'
try.c: dragon.c:(.text+0x...): undefined reference to `U32TO32_BIG'
try.c: crypto_stream_dragon.a(dragon.o): In function `ECRYPT_keystream_bytes':
try.c: dragon.c:(.text+0x...): undefined reference to `U32TO32_BIG'
try.c: crypto_stream_dragon.a(dragon.o):dragon.c:(.text+0x...): more undefined references to `U32TO32_BIG' follow
try.c: collect2: error: ld returned 1 exit status

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