Test results for armeabi, berry2, crypto_hash/beamsplitter
[Page version: 20241120 00:22:57]
Measurements for armeabi, berry2, crypto_hash
Test results for armeabi, berry2, crypto_hash
Test results for crypto_hash/beamsplitter
Computer: berry2
Microarchitecture: armeabi; Cortex-A7 (410fc075)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_hash
Primitive: beamsplitter
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
61106 | 18192 16 32 | 28646 388 776 | T:ref | g++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240925 | 20240909 |
61154 | 18192 16 32 | 26982 388 776 | T:ref | g++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240925 | 20240909 |
80142 | 17320 16 32 | 25318 380 776 | T:ref | g++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240925 | 20240909 |
81574 | 20944 16 32 | 29504 384 776 | T:ref | g++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240925 | 20240909 |
Compiler output
api.cpp: api.cpp: In function 'void round(const uint64_t*, const uint8_t*, long long unsigned int)':
api.cpp: api.cpp:301:20: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
api.cpp: 301 | for( ; index < len; index++) {
api.cpp: | ~~~~~~^~~~~
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:ref | g++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | g++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | g++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | g++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |