Test results for amd64, hertz, crypto_sign/rainbow6440

[Page version: 20250310 13:41:42]

Measurements for amd64, hertz, crypto_sign Test results for amd64, hertz, crypto_sign Test results for crypto_sign/rainbow6440
Computer: hertz
Microarchitecture: amd64; Zen 4 (a60f12)
Architecture: amd64
CPU ID: AuthenticAMD-00a60f12-178bfbff
SUPERCOP version: 20250307
Operation: crypto_sign
Primitive: rainbow6440
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
7431919668 0 042767 860 1960T:refg++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025030820250307
9302516766 0 038127 852 1832T:refg++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025030820250307

Test failure


error 111
crypto_sign_open returns nonzero

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refg++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)

Compiler output


rainbow_w-test.cpp: In file included from rainbow_w-test.cpp:6:
rainbow_w-test.cpp: In file included from ./rainbow_w.h:7:
rainbow_w-test.cpp: In file included from ./bqas.h:79:
rainbow_w-test.cpp: ./transpose8.h:38:2: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
rainbow_w-test.cpp:    38 |         register __m128i a=s[0],b=s[1],c=s[2],d=s[3],e=s[4],f=s[5],g=s[6],h=s[7];
rainbow_w-test.cpp:       |         ^~~~~~~~
rainbow_w-test.cpp: ./transpose8.h:38:2: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
rainbow_w-test.cpp:    38 |         register __m128i a=s[0],b=s[1],c=s[2],d=s[3],e=s[4],f=s[5],g=s[6],h=s[7];
rainbow_w-test.cpp:       |         ^~~~~~~~
rainbow_w-test.cpp: ./transpose8.h:38:2: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
rainbow_w-test.cpp:    38 |         register __m128i a=s[0],b=s[1],c=s[2],d=s[3],e=s[4],f=s[5],g=s[6],h=s[7];
rainbow_w-test.cpp:       |         ^~~~~~~~
rainbow_w-test.cpp: ./transpose8.h:38:2: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
rainbow_w-test.cpp:    38 |         register __m128i a=s[0],b=s[1],c=s[2],d=s[3],e=s[4],f=s[5],g=s[6],h=s[7];
rainbow_w-test.cpp:       |         ^~~~~~~~
rainbow_w-test.cpp: ./transpose8.h:38:2: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
rainbow_w-test.cpp:    38 |         register __m128i a=s[0],b=s[1],c=s[2],d=s[3],e=s[4],f=s[5],g=s[6],h=s[7];
rainbow_w-test.cpp:       |         ^~~~~~~~
rainbow_w-test.cpp: ./transpose8.h:38:2: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
rainbow_w-test.cpp:    38 |         register __m128i a=s[0],b=s[1],c=s[2],d=s[3],e=s[4],f=s[5],g=s[6],h=s[7];
rainbow_w-test.cpp:       |         ^~~~~~~~
rainbow_w-test.cpp: ./transpose8.h:38:2: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
rainbow_w-test.cpp:    38 |         register __m128i a=s[0],b=s[1],c=s[2],d=s[3],e=s[4],f=s[5],g=s[6],h=s[7];
rainbow_w-test.cpp:       |         ^~~~~~~~
rainbow_w-test.cpp: ./transpose8.h:38:2: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
rainbow_w-test.cpp: ...

Number of similar (implementation,compiler) pairs: 3, namely:
ImplementationCompiler
T:refclang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1))
T:refclang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1))
T:refclang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1))

Compiler output


rainbow_w-test.cpp: In file included from gfv.h:4,
rainbow_w-test.cpp:                  from bqas.h:5,
rainbow_w-test.cpp:                  from rainbow_w.h:7,
rainbow_w-test.cpp:                  from rainbow_w-test.cpp:6:
rainbow_w-test.cpp: gf.h:14:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
rainbow_w-test.cpp:    14 |         inline gf<p>(){}
rainbow_w-test.cpp:       |                     ^
rainbow_w-test.cpp: gf.h:14:21: note: remove the '< >'
rainbow_w-test.cpp: gf.h:15:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
rainbow_w-test.cpp:    15 |         inline gf<p>(const gf<p>& a):v(a.v){}
rainbow_w-test.cpp:       |                     ^
rainbow_w-test.cpp: gf.h:15:21: note: remove the '< >'
rainbow_w-test.cpp: gf.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
rainbow_w-test.cpp:    16 |         inline gf<p>(const short &a):v(a){}
rainbow_w-test.cpp:       |                     ^
rainbow_w-test.cpp: gf.h:16:21: note: remove the '< >'
rainbow_w-test.cpp: gfv.h:10:22: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
rainbow_w-test.cpp:    10 |         inline gfv<p>(){}
rainbow_w-test.cpp:       |                      ^
rainbow_w-test.cpp: gfv.h:10:22: note: remove the '< >'
rainbow_w-test.cpp: gfv.h:11:22: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
rainbow_w-test.cpp:    11 |         inline gfv<p>(const gfv<p>& a):v(a.v){}
rainbow_w-test.cpp:       |                      ^
rainbow_w-test.cpp: gfv.h:11:22: note: remove the '< >'
rainbow_w-test.cpp: gfv.h:12:22: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
rainbow_w-test.cpp: ...
usehash.cpp: usehash.cpp: In function 'int crypto_sign_rainbow6440_ref_timingleaks(unsigned char*, long long unsigned int*, const unsigned char*, long long unsigned int, const unsigned char*)':
usehash.cpp: usehash.cpp:39:16: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
usehash.cpp:    39 |   for (i = 0;i < mlen;++i) {
usehash.cpp:       |              ~~^~~~~~
usehash.cpp: usehash.cpp: In function 'int crypto_sign_rainbow6440_ref_timingleaks_open(unsigned char*, long long unsigned int*, const unsigned char*, long long unsigned int, const unsigned char*)':
usehash.cpp: usehash.cpp:59:30: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
usehash.cpp:    59 |   for (i = SIGNATURE_BYTES;i < smlen;++i) m[i - SIGNATURE_BYTES] = sm[i];
usehash.cpp:       |                            ~~^~~~~~~

Number of similar (implementation,compiler) pairs: 3, namely:
ImplementationCompiler
T:refg++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)
T:refg++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)
T:refg++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)