Test results for aarch64, pi3bplus, crypto_hash/mcssha5
[Page version: 20241105 13:29:25]
Measurements for aarch64, pi3bplus, crypto_hash
Test results for aarch64, pi3bplus, crypto_hash
Test results for crypto_hash/mcssha5
Computer: pi3bplus
Microarchitecture: aarch64; Cortex-A53 (410fd034)
Architecture: aarch64
CPU ID: 410fd034
SUPERCOP version: 20241022
Operation: crypto_hash
Primitive: mcssha5
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
98552 | 5068 0 0 | 15292 768 736 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240920 | 20240909 |
103254 | 4268 0 0 | 13564 768 736 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240920 | 20240909 |
144690 | 3860 0 0 | 11956 752 720 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240920 | 20240909 |
161715 | 4052 0 0 | 13083 760 728 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240920 | 20240909 |
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: 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) |