| Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version | 
|---|
| 1570829 | 37597 4 8260 | 62717 868 10056 | T:ref-karatsuba | gcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE | 20210116 | 20210114 | 
| 1606181 | 22942 4 8260 | 46157 868 10056 | T:ref-karatsuba | gcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE | 20210116 | 20210114 | 
| 1631594 | 22158 4 8248 | 43680 836 9992 | T:ref-karatsuba | clang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE | 20210116 | 20210114 | 
| 1695847 | 22958 4 8260 | 45805 868 10056 | T:ref-karatsuba | gcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE | 20210116 | 20210114 | 
| 2069403 | 21911 4 8260 | 43701 860 10024 | T:ref-karatsuba | gcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE | 20210116 | 20210114 | 
| 2724716 | 26990 4 8248 | 49654 844 9992 | T:ref-karatsuba | clang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE | 20210116 | 20210114 | 
| 2726834 | 26990 4 8248 | 49654 844 9992 | T:ref-karatsuba | clang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE | 20210116 | 20210114 | 
| 2742064 | 26974 4 8248 | 50558 844 9992 | T:ref-karatsuba | clang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE | 20210116 | 20210114 | 
| 2751926 | 27406 4 8248 | 50878 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 |