Implementation notes: armeabi, h6dragon, crypto_aead/juliusv1draft

Computer: h6dragon
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20141014
Operation: crypto_aead
Primitive: juliusv1draft

Compiler output

Implementation: crypto_aead/juliusv1draft/ref
Compiler: cc
aes.c: aes.c: In function 'printstate':
aes.c: aes.c:530:10: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
aes.c: aes.c: In function 'print_rnd_key':
aes.c: aes.c:539:7: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
aes.c: aes.c:539:7: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat]
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: compilation terminated.

Number of similar (compiler,implementation) pairs: 35, namely:
CompilerImplementations
cc ref
gcc ref
gcc -O2 -fomit-frame-pointer ref
gcc -O3 -fomit-frame-pointer ref
gcc -O -fomit-frame-pointer ref
gcc -Os -fomit-frame-pointer ref
gcc -fno-schedule-insns -O2 -fomit-frame-pointer ref
gcc -fno-schedule-insns -O3 -fomit-frame-pointer ref
gcc -fno-schedule-insns -O -fomit-frame-pointer ref
gcc -fno-schedule-insns -Os -fomit-frame-pointer ref
gcc -funroll-loops ref
gcc -funroll-loops -O2 -fomit-frame-pointer ref
gcc -funroll-loops -O3 -fomit-frame-pointer ref
gcc -funroll-loops -O -fomit-frame-pointer ref
gcc -funroll-loops -Os -fomit-frame-pointer ref
gcc -funroll-loops -fno-schedule-insns -O2 -fomit-frame-pointer ref
gcc -funroll-loops -fno-schedule-insns -O3 -fomit-frame-pointer ref
gcc -funroll-loops -fno-schedule-insns -O -fomit-frame-pointer ref
gcc -funroll-loops -fno-schedule-insns -Os -fomit-frame-pointer ref
gcc -mcpu=cortex-a5 -O2 -fomit-frame-pointer ref
gcc -mcpu=cortex-a5 -O3 -fomit-frame-pointer ref
gcc -mcpu=cortex-a5 -O -fomit-frame-pointer ref
gcc -mcpu=cortex-a5 -Os -fomit-frame-pointer ref
gcc -mcpu=cortex-a8 -mfloat-abi=hard -mfpu=neon -O2 -fomit-frame-pointer ref
gcc -mcpu=cortex-a8 -mfloat-abi=hard -mfpu=neon -O3 -fomit-frame-pointer ref
gcc -mcpu=cortex-a8 -mfloat-abi=hard -mfpu=neon -O -fomit-frame-pointer ref
gcc -mcpu=cortex-a8 -mfloat-abi=hard -mfpu=neon -Os -fomit-frame-pointer ref
gcc -mcpu=cortex-a9 -O2 -fomit-frame-pointer ref
gcc -mcpu=cortex-a9 -O3 -fomit-frame-pointer ref
gcc -mcpu=cortex-a9 -O -fomit-frame-pointer ref
gcc -mcpu=cortex-a9 -Os -fomit-frame-pointer ref
gcc -mcpu=cortex-a9 -mfloat-abi=hard -mfpu=neon -O2 -fomit-frame-pointer ref
gcc -mcpu=cortex-a9 -mfloat-abi=hard -mfpu=neon -O3 -fomit-frame-pointer ref
gcc -mcpu=cortex-a9 -mfloat-abi=hard -mfpu=neon -O -fomit-frame-pointer ref
gcc -mcpu=cortex-a9 -mfloat-abi=hard -mfpu=neon -Os -fomit-frame-pointer ref

Compiler output

Implementation: crypto_aead/juliusv1draft/ref
Compiler: clang -O3 -fomit-frame-pointer
aes.c: aes.c:530:10: warning: implicitly declaring library function 'printf' with type 'int (const char *, ...)'
aes.c: printf("%02x",state[idx2][idx]);
aes.c: ^
aes.c: aes.c:530:10: note: please include the header gt; or explicitly provide a declaration for 'printf'
aes.c: aes.c:531:4: warning: implicit declaration of function 'puts' is invalid in C99 [-Wimplicit-function-declaration]
aes.c: puts("");
aes.c: ^
aes.c: aes.c:539:21: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat]
aes.c: printf("%08x",key[idx]);
aes.c: ~~~~ ^~~~~~~~
aes.c: %08lx
aes.c: 3 warnings generated.
encrypt.c: In file included from encrypt.c:10:
encrypt.c: ./functions.c:2:10: fatal error: 'AES/aes.c' file not found
encrypt.c: #include "AES/aes.c"
encrypt.c: ^
encrypt.c: 1 error generated.

Number of similar (compiler,implementation) pairs: 3, namely:
CompilerImplementations
clang -O3 -fomit-frame-pointer ref
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=neon -fomit-frame-pointer ref
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -fomit-frame-pointer ref

Compiler output

Implementation: crypto_aead/juliusv1draft/ref
Compiler: clang -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=neon -fomit-frame-pointer -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive
aes.c: clang: warning: argument unused during compilation: '-fpolly'
aes.c: clang: warning: argument unused during compilation: '-fvectorize'
aes.c: clang: warning: argument unused during compilation: '-fslp-vectorize'
aes.c: clang: warning: argument unused during compilation: '-fslp-vectorize-aggressive'
aes.c: aes.c:530:10: warning: implicitly declaring library function 'printf' with type 'int (const char *, ...)'
aes.c: printf("%02x",state[idx2][idx]);
aes.c: ^
aes.c: aes.c:530:10: note: please include the header gt; or explicitly provide a declaration for 'printf'
aes.c: aes.c:531:4: warning: implicit declaration of function 'puts' is invalid in C99 [-Wimplicit-function-declaration]
aes.c: puts("");
aes.c: ^
aes.c: aes.c:539:21: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat]
aes.c: printf("%08x",key[idx]);
aes.c: ~~~~ ^~~~~~~~
aes.c: %08lx
aes.c: 3 warnings generated.
encrypt.c: clang: warning: argument unused during compilation: '-fpolly'
encrypt.c: clang: warning: argument unused during compilation: '-fvectorize'
encrypt.c: clang: warning: argument unused during compilation: '-fslp-vectorize'
encrypt.c: clang: warning: argument unused during compilation: '-fslp-vectorize-aggressive'
encrypt.c: In file included from encrypt.c:10:
encrypt.c: ./functions.c:2:10: fatal error: 'AES/aes.c' file not found
encrypt.c: #include "AES/aes.c"
encrypt.c: ^
encrypt.c: 1 error generated.

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=neon -fomit-frame-pointer -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive ref
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -fomit-frame-pointer -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive ref

Compiler output

Implementation: crypto_aead/juliusv1draft/ref
Compiler: clang -O3 -fwrapv -mavx2 -fomit-frame-pointer
aes.c: clang: warning: argument unused during compilation: '-mavx2'
aes.c: aes.c:530:10: warning: implicitly declaring library function 'printf' with type 'int (const char *, ...)'
aes.c: printf("%02x",state[idx2][idx]);
aes.c: ^
aes.c: aes.c:530:10: note: please include the header gt; or explicitly provide a declaration for 'printf'
aes.c: aes.c:531:4: warning: implicit declaration of function 'puts' is invalid in C99 [-Wimplicit-function-declaration]
aes.c: puts("");
aes.c: ^
aes.c: aes.c:539:21: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat]
aes.c: printf("%08x",key[idx]);
aes.c: ~~~~ ^~~~~~~~
aes.c: %08lx
aes.c: 3 warnings generated.
encrypt.c: clang: warning: argument unused during compilation: '-mavx2'
encrypt.c: In file included from encrypt.c:10:
encrypt.c: ./functions.c:2:10: fatal error: 'AES/aes.c' file not found
encrypt.c: #include "AES/aes.c"
encrypt.c: ^
encrypt.c: 1 error generated.

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -O3 -fwrapv -mavx2 -fomit-frame-pointer ref

Compiler output

Implementation: crypto_aead/juliusv1draft/ref
Compiler: clang -O3 -fwrapv -mavx2 -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer
aes.c: clang: warning: argument unused during compilation: '-mavx2'
aes.c: clang: warning: argument unused during compilation: '-fpolly'
aes.c: clang: warning: argument unused during compilation: '-fvectorize'
aes.c: clang: warning: argument unused during compilation: '-fslp-vectorize'
aes.c: clang: warning: argument unused during compilation: '-fslp-vectorize-aggressive'
aes.c: aes.c:530:10: warning: implicitly declaring library function 'printf' with type 'int (const char *, ...)'
aes.c: printf("%02x",state[idx2][idx]);
aes.c: ^
aes.c: aes.c:530:10: note: please include the header gt; or explicitly provide a declaration for 'printf'
aes.c: aes.c:531:4: warning: implicit declaration of function 'puts' is invalid in C99 [-Wimplicit-function-declaration]
aes.c: puts("");
aes.c: ^
aes.c: aes.c:539:21: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat]
aes.c: printf("%08x",key[idx]);
aes.c: ~~~~ ^~~~~~~~
aes.c: %08lx
aes.c: 3 warnings generated.
encrypt.c: clang: warning: argument unused during compilation: '-mavx2'
encrypt.c: clang: warning: argument unused during compilation: '-fpolly'
encrypt.c: clang: warning: argument unused during compilation: '-fvectorize'
encrypt.c: clang: warning: argument unused during compilation: '-fslp-vectorize'
encrypt.c: clang: warning: argument unused during compilation: '-fslp-vectorize-aggressive'
encrypt.c: In file included from encrypt.c:10:
encrypt.c: ./functions.c:2:10: fatal error: 'AES/aes.c' file not found
encrypt.c: #include "AES/aes.c"
encrypt.c: ^
encrypt.c: 1 error generated.

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -O3 -fwrapv -mavx2 -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer ref

Compiler output

Implementation: crypto_aead/juliusv1draft/ref
Compiler: clang -O3 -fwrapv -mavx -fomit-frame-pointer
aes.c: clang: warning: argument unused during compilation: '-mavx'
aes.c: aes.c:530:10: warning: implicitly declaring library function 'printf' with type 'int (const char *, ...)'
aes.c: printf("%02x",state[idx2][idx]);
aes.c: ^
aes.c: aes.c:530:10: note: please include the header gt; or explicitly provide a declaration for 'printf'
aes.c: aes.c:531:4: warning: implicit declaration of function 'puts' is invalid in C99 [-Wimplicit-function-declaration]
aes.c: puts("");
aes.c: ^
aes.c: aes.c:539:21: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat]
aes.c: printf("%08x",key[idx]);
aes.c: ~~~~ ^~~~~~~~
aes.c: %08lx
aes.c: 3 warnings generated.
encrypt.c: clang: warning: argument unused during compilation: '-mavx'
encrypt.c: In file included from encrypt.c:10:
encrypt.c: ./functions.c:2:10: fatal error: 'AES/aes.c' file not found
encrypt.c: #include "AES/aes.c"
encrypt.c: ^
encrypt.c: 1 error generated.

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -O3 -fwrapv -mavx -fomit-frame-pointer ref

Compiler output

Implementation: crypto_aead/juliusv1draft/ref
Compiler: clang -O3 -fwrapv -mavx -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer
aes.c: clang: warning: argument unused during compilation: '-mavx'
aes.c: clang: warning: argument unused during compilation: '-fpolly'
aes.c: clang: warning: argument unused during compilation: '-fvectorize'
aes.c: clang: warning: argument unused during compilation: '-fslp-vectorize'
aes.c: clang: warning: argument unused during compilation: '-fslp-vectorize-aggressive'
aes.c: aes.c:530:10: warning: implicitly declaring library function 'printf' with type 'int (const char *, ...)'
aes.c: printf("%02x",state[idx2][idx]);
aes.c: ^
aes.c: aes.c:530:10: note: please include the header gt; or explicitly provide a declaration for 'printf'
aes.c: aes.c:531:4: warning: implicit declaration of function 'puts' is invalid in C99 [-Wimplicit-function-declaration]
aes.c: puts("");
aes.c: ^
aes.c: aes.c:539:21: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat]
aes.c: printf("%08x",key[idx]);
aes.c: ~~~~ ^~~~~~~~
aes.c: %08lx
aes.c: 3 warnings generated.
encrypt.c: clang: warning: argument unused during compilation: '-mavx'
encrypt.c: clang: warning: argument unused during compilation: '-fpolly'
encrypt.c: clang: warning: argument unused during compilation: '-fvectorize'
encrypt.c: clang: warning: argument unused during compilation: '-fslp-vectorize'
encrypt.c: clang: warning: argument unused during compilation: '-fslp-vectorize-aggressive'
encrypt.c: In file included from encrypt.c:10:
encrypt.c: ./functions.c:2:10: fatal error: 'AES/aes.c' file not found
encrypt.c: #include "AES/aes.c"
encrypt.c: ^
encrypt.c: 1 error generated.

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -O3 -fwrapv -mavx -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer ref

Compiler output

Implementation: crypto_aead/juliusv1draft/ref
Compiler: clang -O3 -fwrapv -mavx -maes -mpclmul -fomit-frame-pointer
aes.c: clang: warning: argument unused during compilation: '-mavx'
aes.c: clang: warning: argument unused during compilation: '-maes'
aes.c: clang: warning: argument unused during compilation: '-mpclmul'
aes.c: aes.c:530:10: warning: implicitly declaring library function 'printf' with type 'int (const char *, ...)'
aes.c: printf("%02x",state[idx2][idx]);
aes.c: ^
aes.c: aes.c:530:10: note: please include the header gt; or explicitly provide a declaration for 'printf'
aes.c: aes.c:531:4: warning: implicit declaration of function 'puts' is invalid in C99 [-Wimplicit-function-declaration]
aes.c: puts("");
aes.c: ^
aes.c: aes.c:539:21: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat]
aes.c: printf("%08x",key[idx]);
aes.c: ~~~~ ^~~~~~~~
aes.c: %08lx
aes.c: 3 warnings generated.
encrypt.c: clang: warning: argument unused during compilation: '-mavx'
encrypt.c: clang: warning: argument unused during compilation: '-maes'
encrypt.c: clang: warning: argument unused during compilation: '-mpclmul'
encrypt.c: In file included from encrypt.c:10:
encrypt.c: ./functions.c:2:10: fatal error: 'AES/aes.c' file not found
encrypt.c: #include "AES/aes.c"
encrypt.c: ^
encrypt.c: 1 error generated.

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -O3 -fwrapv -mavx -maes -mpclmul -fomit-frame-pointer ref

Compiler output

Implementation: crypto_aead/juliusv1draft/ref
Compiler: clang -O3 -fwrapv -mavx -maes -mpclmul -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer
aes.c: clang: warning: argument unused during compilation: '-mavx'
aes.c: clang: warning: argument unused during compilation: '-maes'
aes.c: clang: warning: argument unused during compilation: '-mpclmul'
aes.c: clang: warning: argument unused during compilation: '-fpolly'
aes.c: clang: warning: argument unused during compilation: '-fvectorize'
aes.c: clang: warning: argument unused during compilation: '-fslp-vectorize'
aes.c: clang: warning: argument unused during compilation: '-fslp-vectorize-aggressive'
aes.c: aes.c:530:10: warning: implicitly declaring library function 'printf' with type 'int (const char *, ...)'
aes.c: printf("%02x",state[idx2][idx]);
aes.c: ^
aes.c: aes.c:530:10: note: please include the header gt; or explicitly provide a declaration for 'printf'
aes.c: aes.c:531:4: warning: implicit declaration of function 'puts' is invalid in C99 [-Wimplicit-function-declaration]
aes.c: puts("");
aes.c: ^
aes.c: aes.c:539:21: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat]
aes.c: printf("%08x",key[idx]);
aes.c: ~~~~ ^~~~~~~~
aes.c: %08lx
aes.c: 3 warnings generated.
encrypt.c: clang: warning: argument unused during compilation: '-mavx'
encrypt.c: clang: warning: argument unused during compilation: '-maes'
encrypt.c: clang: warning: argument unused during compilation: '-mpclmul'
encrypt.c: clang: warning: argument unused during compilation: '-fpolly'
encrypt.c: clang: warning: argument unused during compilation: '-fvectorize'
encrypt.c: clang: warning: argument unused during compilation: '-fslp-vectorize'
encrypt.c: clang: warning: argument unused during compilation: '-fslp-vectorize-aggressive'
encrypt.c: In file included from encrypt.c:10:
encrypt.c: ./functions.c:2:10: fatal error: 'AES/aes.c' file not found
encrypt.c: #include "AES/aes.c"
encrypt.c: ^
encrypt.c: 1 error generated.

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -O3 -fwrapv -mavx -maes -mpclmul -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer ref

Compiler output

Implementation: crypto_aead/juliusv1draft/ref
Compiler: gcc -mcpu=arm810 -O2 -fomit-frame-pointer
aes.c: aes.c:1:0: warning: target CPU does not support THUMB instructions [enabled by default]
aes.c: aes.c: In function 'printstate':
aes.c: aes.c:530:10: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
aes.c: aes.c: In function 'print_rnd_key':
aes.c: aes.c:539:7: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
aes.c: aes.c:539:7: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat]
encrypt.c: encrypt.c:1:0: warning: target CPU does not support THUMB instructions [enabled by default]
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: compilation terminated.

Number of similar (compiler,implementation) pairs: 20, namely:
CompilerImplementations
gcc -mcpu=arm810 -O2 -fomit-frame-pointer ref
gcc -mcpu=arm810 -O3 -fomit-frame-pointer ref
gcc -mcpu=arm810 -O -fomit-frame-pointer ref
gcc -mcpu=arm810 -Os -fomit-frame-pointer ref
gcc -mcpu=arm8 -O2 -fomit-frame-pointer ref
gcc -mcpu=arm8 -O3 -fomit-frame-pointer ref
gcc -mcpu=arm8 -O -fomit-frame-pointer ref
gcc -mcpu=arm8 -Os -fomit-frame-pointer ref
gcc -mcpu=strongarm1100 -O2 -fomit-frame-pointer ref
gcc -mcpu=strongarm1100 -O3 -fomit-frame-pointer ref
gcc -mcpu=strongarm1100 -O -fomit-frame-pointer ref
gcc -mcpu=strongarm1100 -Os -fomit-frame-pointer ref
gcc -mcpu=strongarm110 -O2 -fomit-frame-pointer ref
gcc -mcpu=strongarm110 -O3 -fomit-frame-pointer ref
gcc -mcpu=strongarm110 -O -fomit-frame-pointer ref
gcc -mcpu=strongarm110 -Os -fomit-frame-pointer ref
gcc -mcpu=strongarm -O2 -fomit-frame-pointer ref
gcc -mcpu=strongarm -O3 -fomit-frame-pointer ref
gcc -mcpu=strongarm -O -fomit-frame-pointer ref
gcc -mcpu=strongarm -Os -fomit-frame-pointer ref