Test results for amd64, hertz, crypto_sign/rainbowbinary16242020
[Page version: 20241028 01:32:29]
Measurements for amd64, hertz, crypto_sign
Test results for amd64, hertz, crypto_sign
Test results for crypto_sign/rainbowbinary16242020
Computer: hertz
Microarchitecture: amd64; Zen 4 (a60f12)
Architecture: amd64
CPU ID: AuthenticAMD-00a60f12-178bfbff
SUPERCOP version: 20241022
Operation: crypto_sign
Primitive: rainbowbinary16242020
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
41516 | 52317 168 8 | 86217 1076 1832 | T:ref | clang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241024 | 20241022 |
41612 | 55872 168 8 | 89737 1076 1832 | T:ref | clang++ -mllvm -polly -mllvm -polly-vectorizer=stripmine -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241024 | 20241022 |
65749 | 35861 168 8 | 66088 1068 1832 | T:ref | clang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241024 | 20241022 |
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: 171 | 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: 3, namely:
Implementation | Compiler |
T:ref | clang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
T:ref | clang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
T:ref | clang++ -mllvm -polly -mllvm -polly-vectorizer=stripmine -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
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: ...
Number of similar (implementation,compiler) pairs: 2, namely:
Implementation | Compiler |
T:ref | g++ -march=native -mtune=native -O3 -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) |