Test results for amd64, speed2supercop, crypto_sign/rainbowbinary16242020
[Page version: 20241023 21:37:24]
Measurements for amd64, speed2supercop, crypto_sign
Test results for amd64, speed2supercop, crypto_sign
Test results for crypto_sign/rainbowbinary16242020
Computer: speed2supercop
Microarchitecture: amd64; Haswell+AES (306c3)
Architecture: amd64
CPU ID: GenuineIntel-000306c3-1fc9cbf5
SUPERCOP version: 20241022
Operation: crypto_sign
Primitive: rainbowbinary16242020
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
104072 | 34757 168 8 | 58799 1040 1600 | T:ref | clang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241018 | 20241011 |
104956 | 31475 112 8232 | 53837 944 9920 | T:ref | g++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241018 | 20241011 |
105884 | 33960 168 8 | 57775 1040 1600 | T:ref | clang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241018 | 20241011 |
113456 | 29203 112 8232 | 49861 944 9920 | T:ref | g++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241018 | 20241011 |
116928 | 30513 112 8232 | 51221 944 9920 | T:ref | g++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241018 | 20241011 |
150884 | 27389 168 8 | 47375 1040 1568 | T:ref | clang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241018 | 20241011 |
161924 | 27811 168 8 | 48461 1032 1632 | T:ref | clang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241018 | 20241011 |
220928 | 26141 112 8232 | 45449 944 9888 | T:ref | g++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241018 | 20241011 |
Compiler output
rainbow-test.cpp: In file included from rainbow-test.cpp:1:
rainbow-test.cpp: ./gf.h:171:46: warning: while loop has empty body [-Wempty-body]
rainbow-test.cpp: if( M==n_read ) { while( ttt.set(fp)==16 ) ; break; }
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:171:46: note: put the semicolon on a separate line to silence this warning
rainbow-test.cpp: 1 warning generated.
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:ref | clang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1)) |
T:ref | clang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1)) |
T:ref | clang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1)) |
T:ref | clang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall |
Compiler output
rainbow-test.cpp: In file included from rainbow-test.cpp:1:
rainbow-test.cpp: gf.h:25:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
rainbow-test.cpp: 25 | inline gf<p>() {}
rainbow-test.cpp: | ^
rainbow-test.cpp: gf.h:25:21: note: remove the '< >'
rainbow-test.cpp: gf.h:26:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
rainbow-test.cpp: 26 | inline gf<p>(const gf<p>& a):v(a.v){}
rainbow-test.cpp: | ^
rainbow-test.cpp: gf.h:26:21: note: remove the '< >'
rainbow-test.cpp: gf.h:27:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
rainbow-test.cpp: 27 | inline gf<p>(const byte &a):v(a){}
rainbow-test.cpp: | ^
rainbow-test.cpp: gf.h:27:21: note: remove the '< >'
rainbow-test.cpp: gf.h:63:27: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
rainbow-test.cpp: 63 | inline gfv_unit<p>(){}
rainbow-test.cpp: | ^
rainbow-test.cpp: gf.h:63:27: note: remove the '< >'
rainbow-test.cpp: gf.h:64:27: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
rainbow-test.cpp: 64 | inline gfv_unit<p>(const gfv_unit<p>& a):v(a.v){}
rainbow-test.cpp: | ^
rainbow-test.cpp: gf.h:64:27: note: remove the '< >'
rainbow-test.cpp: gf.h:65:27: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
rainbow-test.cpp: 65 | inline gfv_unit<p>(const __m128i& a):v(a){}
rainbow-test.cpp: | ^
rainbow-test.cpp: gf.h:65:27: note: remove the '< >'
rainbow-test.cpp: ...
usehash.cpp: usehash.cpp: In function 'int crypto_sign_rainbowbinary16242020_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_rainbowbinary16242020_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: 4, namely:
Implementation | Compiler |
T:ref | g++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:ref | g++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:ref | g++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:ref | g++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |