Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
---|---|---|---|---|---|---|
16683680 | 2006 0 84 | 847765 72457 12808 | T:cryptopp | g++_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE | 20240511 | 20240425 |
16691176 | 1989 0 84 | 846609 72457 12808 | T:cryptopp | g++_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE | 20240511 | 20240425 |
16724760 | 1490 0 84 | 845789 72449 12808 | T:cryptopp | g++_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE | 20240511 | 20240425 |
16734092 | 2006 0 84 | 846725 72457 12808 | T:cryptopp | g++_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE | 20240511 | 20240425 |
16751840 | 2980 0 84 | 742306 72645 12808 | T:cryptopp | clang++_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE | 20240511 | 20240425 |
16768256 | 2980 0 84 | 742306 72645 12808 | T:cryptopp | clang++_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE | 20240511 | 20240425 |
16798676 | 2176 0 84 | 739816 72641 12808 | T:cryptopp | clang++_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE | 20240511 | 20240425 |
16800836 | 2896 0 84 | 741566 72645 12824 | T:cryptopp | clang++_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE | 20240511 | 20240425 |
keypair.cpp: keypair.cpp:1:10: fatal error: 'gmpxx.h' file not found keypair.cpp: #include <gmpxx.h> keypair.cpp: ^~~~~~~~~ keypair.cpp: 1 error generated.
Implementation | Compiler |
T:gmp | clang++ -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:gmp | clang++ -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:gmp | clang++ -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:gmp | clang++ -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE |
keypair.cpp: keypair.cpp:1:10: fatal error: gmpxx.h: No such file or directory keypair.cpp: #include <gmpxx.h> keypair.cpp: ^~~~~~~~~ keypair.cpp: compilation terminated.
Implementation | Compiler |
T:gmp | g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE (8.3.0) |
T:gmp | g++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE (8.3.0) |
T:gmp | g++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE (8.3.0) |
T:gmp | g++ -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE |