Implementation notes: ppc64, power9, crypto_sign/bls

Computer: power9
Architecture: ppc64
CPU ID: unknown CPU ID
SUPERCOP version: 20210326
Operation: crypto_sign
Primitive: bls

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: clang++ -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
mralloc.c: clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
mrarth0.c: clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
mrarth1.c: clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
mrarth2.c: clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
mrarth3.c: clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
mrbits.c: clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
mrcore.c: clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
mrcore.c: mrcore.c:101:2: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
mrcore.c: {"your program","innum","otnum","jack","normalise",
mrcore.c: ^
mrcore.c: mrcore.c:101:17: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
mrcore.c: {"your program","innum","otnum","jack","normalise",
mrcore.c: ^
mrcore.c: mrcore.c:101:25: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
mrcore.c: {"your program","innum","otnum","jack","normalise",
mrcore.c: ^
mrcore.c: mrcore.c:101:33: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
mrcore.c: {"your program","innum","otnum","jack","normalise",
mrcore.c: ^
mrcore.c: mrcore.c:101:40: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
mrcore.c: {"your program","innum","otnum","jack","normalise",
mrcore.c: ^
mrcore.c: mrcore.c:102:1: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
mrcore.c: "multiply","divide","incr","decr","premult",
mrcore.c: ^
mrcore.c: mrcore.c:102:12: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
mrcore.c: "multiply","divide","incr","decr","premult",
mrcore.c: ^
mrcore.c: mrcore.c:102:21: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
mrcore.c: "multiply","divide","incr","decr","premult",
mrcore.c: ^
mrcore.c: ...

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
clang++ -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref
clang++ -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref
clang++ -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref
clang++ -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref