Test results for ppc64, power9, crypto_aead/juliusv1draft

[Page version: 20250927 20:45:55]

Measurements for ppc64, power9, crypto_aead Test results for ppc64, power9, crypto_aead Test results for crypto_aead/juliusv1draft
Computer: power9
Microarchitecture: ppc64; POWER9 (004e1203)
Architecture: ppc64
CPU ID: unknown CPU ID
SUPERCOP version: 20210326
Operation: crypto_aead
Primitive: juliusv1draft

Compiler output


aes.c: aes.c:530:10: warning: implicitly declaring library function 'printf' with type 'int (const char *, ...)' [-Wimplicit-function-declaration]
aes.c:          printf("%02x",state[idx2][idx]);
aes.c:          ^
aes.c: aes.c:530:10: note: include the header <stdio.h> 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: aes.c:540:4: warning: implicit declaration of function 'puts' is invalid in C99 [-Wimplicit-function-declaration]
aes.c:    puts("");
aes.c:    ^
aes.c: 4 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 (implementation,compiler) pairs: 8, namely:
ImplementationCompiler
T:refclang -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:refclang -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:refclang -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:refclang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:refclang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:refclang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:refclang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)

Compiler output


aes.c: aes.c:530:10: warning: implicitly declaring library function 'printf' with type 'int (const char *, ...)' [-Wimplicit-function-declaration]
aes.c:          printf("%02x",state[idx2][idx]);
aes.c:          ^
aes.c: aes.c:530:10: note: include the header <stdio.h> 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: aes.c:540:4: warning: implicit declaration of function 'puts' is invalid in C99 [-Wimplicit-function-declaration]
aes.c:    puts("");
aes.c:    ^
aes.c: 4 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.
aes.c: aes.c:530:10: warning: implicitly declaring library function 'printf' with type 'int (const char *, ...)' [-Wimplicit-function-declaration]
aes.c:          printf("%02x",state[idx2][idx]);
aes.c:          ^
aes.c: aes.c:530:10: note: include the header <stdio.h> 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: aes.c:540:4: warning: implicit declaration of function 'puts' is invalid in C99 [-Wimplicit-function-declaration]
aes.c:    puts("");
aes.c:    ^
aes.c: 4 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 (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)

Compiler output


aes.c: aes.c: In function 'printstate':
aes.c: aes.c:530:10: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
aes.c:   530 |          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:1:1: note: include '<stdio.h>' or provide a declaration of 'printf'
aes.c:   +++ |+#include <stdio.h>
aes.c:     1 |
aes.c: aes.c:531:4: warning: implicit declaration of function 'puts' [-Wimplicit-function-declaration]
aes.c:   531 |    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:   539 |       printf("%08x",key[idx]);
aes.c:       |       ^~~~~~
aes.c: aes.c:539:7: note: include '<stdio.h>' or provide a declaration of 'printf'
aes.c: aes.c:539:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=]
aes.c:   539 |       printf("%08x",key[idx]);
aes.c:       |               ~~~^  ~~~~~~~~
aes.c:       |                  |     |
aes.c:       |                  |     long unsigned int
aes.c:       |                  unsigned int
aes.c:       |               %08lx
encrypt.c: In file included from encrypt.c:10:
encrypt.c: functions.c:2:10: fatal error: AES/aes.c: No such file or directory
encrypt.c:     2 | #include "AES/aes.c"
encrypt.c:       |          ^~~~~~~~~~~
encrypt.c: compilation terminated.

Number of similar (implementation,compiler) pairs: 12, namely:
ImplementationCompiler
T:refgcc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:refgcc -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:refgcc -O -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:refgcc -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:refgcc -mcpu=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:refgcc -mcpu=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:refgcc -mcpu=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE
T:refgcc -mcpu=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:refgcc -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:refgcc -mcpu=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:refgcc -mcpu=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:refgcc -mcpu=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)