[Page version: 20241020 18:47:50]
Measurements for amd64, h2atom, crypto_hash Test results for amd64, h2atom, crypto_hash Test results for crypto_hash/mcssha5Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
---|---|---|---|---|---|---|
100279 | 3754 0 0 | 14038 780 928 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240706 | 20240625 |
101434 | 7692 0 0 | 20915 804 960 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240706 | 20240625 |
101878 | 5115 0 0 | 17147 804 960 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240706 | 20240625 |
106267 | 5046 0 0 | 16594 828 896 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240706 | 20240625 |
106286 | 4968 0 0 | 17818 828 896 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240706 | 20240625 |
111733 | 4822 0 0 | 16290 796 960 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240706 | 20240625 |
116071 | 4609 0 0 | 14556 820 896 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240706 | 20240625 |
121133 | 4966 0 0 | 17818 828 896 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240706 | 20240625 |
123054 | 4504 0 0 | 15186 828 896 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240706 | 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 (Ubuntu_Clang_14.0.0) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
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 (11.4.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |