Implementation notes: aarch64, a53, crypto_stream/snow20

Computer: a53
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20160731
Operation: crypto_stream
Primitive: snow20

Compiler output

Implementation: crypto_stream/snow20/e/benchmarks/snow-2.0
Compiler: clang -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
snow-2.0.c: In file included from snow-2.0.c:1:
snow-2.0.c: ./e/snow-2.0.c:69:41: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
snow-2.0.c: ((u32*)output)[i] = ((u32*)input)[i] ^ U32TO32_LITTLE(keystream[i]);
snow-2.0.c: ^
snow-2.0.c: 1 warning generated.
try.c: crypto_stream_snow20.a(snow-2.0.o): In function `ECRYPT_process_bytes':
try.c: snow-2.0.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments e/benchmarks/snow-2.0

Compiler output

Implementation: crypto_stream/snow20/e/benchmarks/snow-2.0
Compiler: gcc -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv
try.c: crypto_stream_snow20.a(snow-2.0.o): In function `ECRYPT_process_bytes':
try.c: snow-2.0.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv e/benchmarks/snow-2.0
gcc -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv e/benchmarks/snow-2.0
gcc -mcpu=cortex-a53 -O -fomit-frame-pointer -fwrapv e/benchmarks/snow-2.0
gcc -mcpu=cortex-a53 -Os -fomit-frame-pointer -fwrapv e/benchmarks/snow-2.0