Implementation notes: armeabi, c1, crypto_aead/juliusv1draft

Computer: c1
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_aead
Primitive: juliusv1draft

Compiler output

Implementation: crypto_aead/juliusv1draft/ref
Compiler: gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2
aes.c: aes.c: In function 'printstate':
aes.c: aes.c:530:10: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
aes.c: printf("%02x",state[idx2][idx]);
aes.c: ^~~~~~
aes.c: aes.c:530:10: warning: incompatible implicit declaration of built-in function 'printf'
aes.c: aes.c:530:10: note: include 'gt;' or provide a declaration of 'printf'
aes.c: aes.c:531:4: warning: implicit declaration of function 'puts' [-Wimplicit-function-declaration]
aes.c: puts("");
aes.c: ^~~~
aes.c: aes.c: In function 'print_rnd_key':
aes.c: aes.c:539:7: warning: incompatible implicit declaration of built-in function 'printf'
aes.c: printf("%08x",key[idx]);
aes.c: ^~~~~~
aes.c: aes.c:539:7: note: include 'gt;' or provide a declaration of 'printf'
encrypt.c: In file included from encrypt.c:10:0:
encrypt.c: functions.c:2:21: fatal error: AES/aes.c: No such file or directory
encrypt.c: #include "AES/aes.c"
encrypt.c: ^
encrypt.c: compilation terminated.

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