Test results for armeabi, tinker, crypto_hash/mcssha5
[Page version: 20241024 12:18:11]
Measurements for armeabi, tinker, crypto_hash
Test results for armeabi, tinker, crypto_hash
Test results for crypto_hash/mcssha5
Computer: tinker
Microarchitecture: armeabi; Cortex-A17 (410fc0d1)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_hash
Primitive: mcssha5
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
88402 | 4868 0 0 | 13449 384 752 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240926 | 20240909 |
88522 | 3896 0 0 | 11741 384 752 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240926 | 20240909 |
91720 | 3326 0 0 | 9917 376 744 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240926 | 20240909 |
93342 | 3898 0 0 | 11548 380 744 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240926 | 20240909 |
93951 | 4364 0 0 | 14890 412 752 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240926 | 20240909 |
Compiler output
mcssha5.c: mcssha5.c:55:8: warning: unused variable 'filename' [-Wunused-variable]
mcssha5.c: char filename[128];
mcssha5.c: ^
mcssha5.c: 1 warning generated.
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
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: | ~~~~~~~~~~~~~~^~~~~~
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Namespace violations
mcssha5.o Final T
mcssha5.o Hash T
mcssha5.o Init T
mcssha5.o Update T
Number of similar (implementation,compiler) pairs: 5, namely:
Implementation | Compiler |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |