Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
2639569 | 25478 4 8260 | 48685 868 10056 | T:ref-karatsuba | gcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE | 20210116 | 20210114 |
2643671 | 42069 4 8260 | 67101 868 10056 | T:ref-karatsuba | gcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE | 20210116 | 20210114 |
2685326 | 24655 4 8248 | 46184 836 9992 | T:ref-karatsuba | clang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE | 20210116 | 20210114 |
2779468 | 25474 4 8260 | 48269 868 10056 | T:ref-karatsuba | gcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE | 20210116 | 20210114 |
3159822 | 24409 4 8260 | 46165 860 10024 | T:ref-karatsuba | gcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE | 20210116 | 20210114 |
4747081 | 29723 4 8248 | 52414 844 9992 | T:ref-karatsuba | clang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE | 20210116 | 20210114 |
4747511 | 29723 4 8248 | 52414 844 9992 | T:ref-karatsuba | clang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE | 20210116 | 20210114 |
4798007 | 29707 4 8248 | 53318 844 9992 | T:ref-karatsuba | clang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE | 20210116 | 20210114 |
4831342 | 30123 4 8248 | 53574 844 9992 | T:ref-karatsuba | clang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE | 20210116 | 20210114 |
Compiler | Implementations
|
clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE | T:ref-karatsuba |
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE | T:ref-karatsuba |
clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE | T:ref-karatsuba |
clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE | T:ref-karatsuba |
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE | T:ref-karatsuba |
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE | T:ref-karatsuba |
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE | T:ref-karatsuba |
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE | T:ref-karatsuba |
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE | T:ref-karatsuba
|