Implementation notes: amd64, genji346, crypto_sign/bls

Computer: genji346
Architecture: amd64
CPU ID: AuthenticAMD-00830f10-178bfbff
SUPERCOP version: 20191017
Operation: crypto_sign
Primitive: bls

Compiler output

Implementation: ref
Security model: unknown
Compiler: clang++ -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
mralloc.c: clang-6.0: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
mrarth0.c: clang-6.0: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
mrarth1.c: clang-6.0: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
mrarth2.c: clang-6.0: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
mrarth3.c: clang-6.0: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
mrbits.c: clang-6.0: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
mrcore.c: clang-6.0: 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 ref
clang++ -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
clang++ -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
clang++ -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref

Compiler output

Implementation: ref
Security model: unknown
Compiler: g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
mrcore.c: mrcore.c:101:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
mrcore.c: 101 | {"your program","innum","otnum","jack","normalise",
mrcore.c: | ^~~~~~~~~~~~~~
mrcore.c: mrcore.c:101:17: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
mrcore.c: 101 | {"your program","innum","otnum","jack","normalise",
mrcore.c: | ^~~~~~~
mrcore.c: mrcore.c:101:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
mrcore.c: 101 | {"your program","innum","otnum","jack","normalise",
mrcore.c: | ^~~~~~~
mrcore.c: mrcore.c:101:33: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
mrcore.c: 101 | {"your program","innum","otnum","jack","normalise",
mrcore.c: | ^~~~~~
mrcore.c: mrcore.c:101:40: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
mrcore.c: 101 | {"your program","innum","otnum","jack","normalise",
mrcore.c: | ^~~~~~~~~~~
mrcore.c: mrcore.c:102:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
mrcore.c: 102 | "multiply","divide","incr","decr","premult",
mrcore.c: | ^~~~~~~~~~
mrcore.c: mrcore.c:102:12: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
mrcore.c: 102 | "multiply","divide","incr","decr","premult",
mrcore.c: | ^~~~~~~~
mrcore.c: mrcore.c:102:21: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
mrcore.c: 102 | "multiply","divide","incr","decr","premult",
mrcore.c: | ^~~~~~
mrcore.c: mrcore.c:102:28: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
mrcore.c: ...

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

Compiler output

Implementation: ref
Security model: unknown
Compiler: icpc -march=broadwell -mtune=broadwell -O2 -fomit-frame-pointer
mrcomba.S: mrcomba.c: Assembler messages:
mrcomba.S: mrcomba.c:7: Error: invalid instruction suffix for `push'
mrcomba.S: mrcomba.c:9: Error: invalid instruction suffix for `push'
mrcomba.S: mrcomba.c:10: Error: invalid instruction suffix for `push'
mrcomba.S: mrcomba.c:11: Error: invalid instruction suffix for `push'
mrcomba.S: mrcomba.c:42: Error: invalid instruction suffix for `push'
mrcomba.S: mrcomba.c:43: Error: invalid instruction suffix for `push'
mrcomba.S: mrcomba.c:65: Error: invalid instruction suffix for `pop'
mrcomba.S: mrcomba.c:66: Error: invalid instruction suffix for `pop'
mrcomba.S: mrcomba.c:79: Error: invalid instruction suffix for `pop'
mrcomba.S: mrcomba.c:80: Error: invalid instruction suffix for `pop'
mrcomba.S: mrcomba.c:81: Error: invalid instruction suffix for `pop'
mrcomba.S: mrcomba.c:82: Error: invalid instruction suffix for `pop'
mrcomba.S: mrcomba.c:97: Error: invalid instruction suffix for `push'
mrcomba.S: mrcomba.c:99: Error: invalid instruction suffix for `push'
mrcomba.S: mrcomba.c:100: Error: invalid instruction suffix for `push'
mrcomba.S: mrcomba.c:101: Error: invalid instruction suffix for `push'
mrcomba.S: mrcomba.c:136: Error: invalid instruction suffix for `push'
mrcomba.S: mrcomba.c:137: Error: invalid instruction suffix for `push'
mrcomba.S: mrcomba.c:174: Error: invalid instruction suffix for `pop'
mrcomba.S: mrcomba.c:175: Error: invalid instruction suffix for `pop'
mrcomba.S: mrcomba.c:189: Error: invalid instruction suffix for `push'
mrcomba.S: mrcomba.c:205: Error: invalid instruction suffix for `pop'
mrcomba.S: mrcomba.c:220: Error: invalid instruction suffix for `pop'
mrcomba.S: mrcomba.c:221: Error: invalid instruction suffix for `pop'
mrcomba.S: ...

Number of similar (compiler,implementation) pairs: 24, namely:
CompilerImplementations
icpc -march=broadwell -mtune=broadwell -O2 -fomit-frame-pointer ref
icpc -march=broadwell -mtune=broadwell -O3 -fomit-frame-pointer ref
icpc -march=cannonlake -mtune=cannonlake -O2 -fomit-frame-pointer ref
icpc -march=cannonlake -mtune=cannonlake -O3 -fomit-frame-pointer ref
icpc -march=core-avx-i -mtune=core-avx-i -O2 -fomit-frame-pointer ref
icpc -march=core-avx-i -mtune=core-avx-i -O3 -fomit-frame-pointer ref
icpc -march=core-avx2 -mtune=core-avx2 -O2 -fomit-frame-pointer ref
icpc -march=core-avx2 -mtune=core-avx2 -O3 -fomit-frame-pointer ref
icpc -march=corei7-avx -mtune=corei7-avx -O2 -fomit-frame-pointer ref
icpc -march=corei7-avx -mtune=corei7-avx -O3 -fomit-frame-pointer ref
icpc -march=corei7 -mtune=corei7 -O2 -fomit-frame-pointer ref
icpc -march=corei7 -mtune=corei7 -O3 -fomit-frame-pointer ref
icpc -march=haswell -mtune=haswell -O2 -fomit-frame-pointer ref
icpc -march=haswell -mtune=haswell -O3 -fomit-frame-pointer ref
icpc -march=icelake-client -mtune=icelake-client -O2 -fomit-frame-pointer ref
icpc -march=icelake-client -mtune=icelake-client -O3 -fomit-frame-pointer ref
icpc -march=ivybridge -mtune=ivybridge -O2 -fomit-frame-pointer ref
icpc -march=ivybridge -mtune=ivybridge -O3 -fomit-frame-pointer ref
icpc -march=sandybridge -mtune=sandybridge -O2 -fomit-frame-pointer ref
icpc -march=sandybridge -mtune=sandybridge -O3 -fomit-frame-pointer ref
icpc -march=skylake-avx512 -mtune=skylake-avx512 -O2 -fomit-frame-pointer ref
icpc -march=skylake-avx512 -mtune=skylake-avx512 -O3 -fomit-frame-pointer ref
icpc -march=skylake -mtune=skylake -O2 -fomit-frame-pointer ref
icpc -march=skylake -mtune=skylake -O3 -fomit-frame-pointer ref