[Page version: 20241023 21:37:24]
Measurements for amd64, speed2supercop, crypto_hash Test results for amd64, speed2supercop, crypto_hash Test results for crypto_hash/mcssha5Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
---|---|---|---|---|---|---|
83700 | 4698 0 0 | 17222 792 728 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240703 | 20240625 |
83808 | 5330 0 0 | 19301 792 744 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240703 | 20240625 |
83836 | 5565 0 0 | 19237 792 744 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240703 | 20240625 |
83892 | 4250 0 0 | 14198 792 728 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240703 | 20240625 |
83920 | 3973 0 0 | 13916 744 800 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240703 | 20240625 |
84160 | 5071 0 0 | 17309 752 800 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240703 | 20240625 |
84292 | 4498 0 0 | 14717 752 800 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240703 | 20240625 |
91668 | 3573 0 0 | 12504 728 768 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240703 | 20240625 |
94908 | 6161 0 0 | 16919 784 792 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240703 | 20240625 |
mcssha5.c: mcssha5.c:55:8: warning: unused variable 'filename' [-Wunused-variable] mcssha5.c: char filename[128]; mcssha5.c: ^ mcssha5.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)) |
mcssha5.c: mcssha5.c: In function 'Init': mcssha5.c: mcssha5.c:61:23: warning: suggest parentheses around comparison in operand of '|' [-Wparentheses] mcssha5.c: 61 | if(hashbitlen == 224 | hashbitlen == 256) mcssha5.c: | ~~~~~~~~~~~^~~~~~ mcssha5.c: mcssha5.c:55:22: warning: unused variable 'filename' [-Wunused-variable] mcssha5.c: 55 | char filename[128]; mcssha5.c: | ^~~~~~~~ mcssha5.c: mcssha5.c: In function 'Update': mcssha5.c: mcssha5.c:104:17: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] mcssha5.c: 104 | if(data == NULL & databitlen == 0)return(SUCCESS); mcssha5.c: | ^ mcssha5.c: mcssha5.c:105:25: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] mcssha5.c: 105 | if(data == NULL & databitlen != 0)return(BAD_HASHBITLEN); mcssha5.c: | ^ mcssha5.c: mcssha5.c:123:29: warning: suggest parentheses around comparison in operand of '|' [-Wparentheses] mcssha5.c: 123 | if(c->hashbitlen == 224 | c->hashbitlen == 256) mcssha5.c: | ~~~~~~~~~~~~~~^~~~~~ mcssha5.c: mcssha5.c:169:29: warning: suggest parentheses around comparison in operand of '|' [-Wparentheses] mcssha5.c: 169 | if(c->hashbitlen == 224 | c->hashbitlen == 256) mcssha5.c: | ~~~~~~~~~~~~~~^~~~~~ mcssha5.c: mcssha5.c: In function 'Final': mcssha5.c: mcssha5.c:243:26: warning: suggest parentheses around comparison in operand of '|' [-Wparentheses] mcssha5.c: 243 | if(c->hashbitlen == 224 | c->hashbitlen == 256) mcssha5.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) |