Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
---|---|---|---|---|---|---|
3215893 | 11632 28 65536 | 25120 852 66408 | T:ref | g++_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall | 20240821 | 20240808 |
9727328 | 4672 28 65536 | 17096 844 66384 | T:ref | g++_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall | 20240821 | 20240808 |
11304666 | 5228 28 65536 | 17719 836 66384 | T:ref | g++_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall | 20240821 | 20240808 |
15346608 | 4180 28 65536 | 15592 828 66376 | T:ref | g++_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall | 20240821 | 20240808 |
encrypt.cpp: encrypt.cpp:13:10: fatal error: wmmintrin.h: No such file or directory encrypt.cpp: 13 | #include "wmmintrin.h" encrypt.cpp: | ^~~~~~~~~~~~~ encrypt.cpp: compilation terminated.
Implementation | Compiler |
T:aesni | g++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:aesni | g++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:aesni | g++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:aesni | g++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |