Test results for armeabi, tinker, crypto_hash/rhash

[Page version: 20241024 12:18:11]

Measurements for armeabi, tinker, crypto_hash Test results for armeabi, tinker, crypto_hash Test results for crypto_hash/rhash
Computer: tinker
Microarchitecture: armeabi; Cortex-A17 (410fc0d1)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_hash
Primitive: rhash
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
1713477617404 0 025151 400 752T:refg++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092620240909
1866443817056 0 023550 396 744T:refg++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092620240909
1912658917740 0 026177 396 752T:refg++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092620240909
2255197317352 0 024925 396 744T:refg++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092620240909

Compiler output


Hash.cpp: In file included from Hash.cpp:9:
Hash.cpp: Hash.h: In function ‘ulong CheckParity(ulong64)’:
Hash.cpp: Hash.h:6:44: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses]
Hash.cpp:     6 |         ulong out = ulong (num ^ (num>>32) & 0xffffffff);
Hash.cpp:       |                                  ~~~~~~~~~~^~~~~~~~~~~~
Hash.cpp: Hash.cpp: In function ‘int crypto_hash_rhash_ref_timingleaks(unsigned char*, const unsigned char*, long long unsigned int)’:
Hash.cpp: Hash.cpp:26:24: warning: ‘char* strncpy(char*, const char*, size_t)’ specified bound 64 equals destination size [-Wstringop-truncation]
Hash.cpp:    26 |                 strncpy((char*)Msg_Blk, (const char*)(in + blkcount*64), 64);
Hash.cpp:       |                 ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Number of similar (implementation,compiler) pairs: 2, namely:
ImplementationCompiler
T:refg++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
T:refg++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

Compiler output


Hash.cpp: In file included from Hash.cpp:9:
Hash.cpp: Hash.h: In function ‘ulong CheckParity(ulong64)’:
Hash.cpp: Hash.h:6:44: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses]
Hash.cpp:     6 |         ulong out = ulong (num ^ (num>>32) & 0xffffffff);
Hash.cpp:       |                                  ~~~~~~~~~~^~~~~~~~~~~~

Number of similar (implementation,compiler) pairs: 2, namely:
ImplementationCompiler
T:refg++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
T:refg++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)