[Page version: 20241023 21:37:24]
Measurements for amd64, speed2supercop, crypto_hash Test results for amd64, speed2supercop, crypto_hash Test results for crypto_hash/mcssha4Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
---|---|---|---|---|---|---|
80360 | 4218 0 0 | 16758 792 728 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240703 | 20240625 |
80568 | 3858 0 0 | 13806 792 728 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240703 | 20240625 |
80620 | 5469 0 0 | 18998 792 744 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240703 | 20240625 |
80680 | 4962 0 0 | 18958 792 744 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240703 | 20240625 |
80752 | 3565 0 0 | 13516 744 800 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240703 | 20240625 |
80864 | 4775 0 0 | 17021 752 800 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240703 | 20240625 |
81400 | 3946 0 0 | 14165 752 800 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240703 | 20240625 |
88040 | 3221 0 0 | 12152 728 768 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240703 | 20240625 |
91484 | 5684 0 0 | 16463 784 792 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240703 | 20240625 |
mcssha4.c: mcssha4.c:54:8: warning: unused variable 'filename' [-Wunused-variable] mcssha4.c: char filename[128]; mcssha4.c: ^ mcssha4.c: 1 warning generated.
Implementation | Compiler |
T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1)) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1)) |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1)) |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1)) |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1)) |
mcssha4.c: mcssha4.c: In function 'Init': mcssha4.c: mcssha4.c:60:23: warning: suggest parentheses around comparison in operand of '|' [-Wparentheses] mcssha4.c: 60 | if(hashbitlen == 224 | hashbitlen == 256) mcssha4.c: | ~~~~~~~~~~~^~~~~~ mcssha4.c: mcssha4.c:54:22: warning: unused variable 'filename' [-Wunused-variable] mcssha4.c: 54 | char filename[128]; mcssha4.c: | ^~~~~~~~ mcssha4.c: mcssha4.c: In function 'Update': mcssha4.c: mcssha4.c:103:17: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] mcssha4.c: 103 | if(data == NULL & databitlen == 0)return(SUCCESS); mcssha4.c: | ^ mcssha4.c: mcssha4.c:104:25: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] mcssha4.c: 104 | if(data == NULL & databitlen != 0)return(BAD_HASHBITLEN); mcssha4.c: | ^ mcssha4.c: mcssha4.c:122:29: warning: suggest parentheses around comparison in operand of '|' [-Wparentheses] mcssha4.c: 122 | if(c->hashbitlen == 224 | c->hashbitlen == 256) mcssha4.c: | ~~~~~~~~~~~~~~^~~~~~ mcssha4.c: mcssha4.c:168:29: warning: suggest parentheses around comparison in operand of '|' [-Wparentheses] mcssha4.c: 168 | if(c->hashbitlen == 224 | c->hashbitlen == 256) mcssha4.c: | ~~~~~~~~~~~~~~^~~~~~ mcssha4.c: mcssha4.c: In function 'Final': mcssha4.c: mcssha4.c:242:26: warning: suggest parentheses around comparison in operand of '|' [-Wparentheses] mcssha4.c: 242 | if(c->hashbitlen == 224 | c->hashbitlen == 256) mcssha4.c: | ~~~~~~~~~~~~~~^~~~~~
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |