Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
1008319 | 43886 4 8260 | 78146 780 10120 | T:ref-karatsuba | gcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE | 20231111 | 20230530 |
1011747 | 32349 4 8248 | 67914 788 10056 | T:ref-karatsuba | clang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE | 20231111 | 20230530 |
1021946 | 33047 4 8248 | 68802 788 10056 | T:ref-karatsuba | clang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE | 20231111 | 20230530 |
1182000 | 25464 4 8260 | 57546 780 10120 | T:ref-karatsuba | gcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE | 20231111 | 20230530 |
1266279 | 31731 4 8248 | 65986 788 10024 | T:ref-karatsuba | clang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE | 20231111 | 20230530 |
1334481 | 25380 4 8248 | 57226 788 10024 | T:ref-karatsuba | clang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE | 20231111 | 20230530 |
1335143 | 25236 4 8260 | 56938 780 10120 | T:ref-karatsuba | gcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE | 20231111 | 20230530 |
1413661 | 24650 4 8260 | 55150 772 10088 | T:ref-karatsuba | gcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE | 20231111 | 20230530 |
1677155 | 24977 4 8248 | 57548 780 10088 | T:ref-karatsuba | clang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE | 20231111 | 20230530 |
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
|