Test results for amd64, h4atom, crypto_stream/amastrid
[Page version: 20251115 13:22:58]
Measurements for amd64, h4atom, crypto_stream
Test results for amd64, h4atom, crypto_stream
Test results for crypto_stream/amastrid
Computer: h4atom
Microarchitecture: amd64; Bonnell (106ca)
Architecture: amd64
CPU ID: GenuineIntel-000106ca-bfe9fbff
SUPERCOP version: 20250922
Operation: crypto_stream
Primitive: amastrid
| Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
| 210900 | 16490 24 2350 | 34418 1132 3368 | T:ref | clang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250903 | 20250415 |
| 211913 | 19865 32 2462 | 39586 1660 3560 | T:ref | g++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250903 | 20250415 |
| 212897 | 16523 24 2350 | 35415 1116 3368 | T:ref | clang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250903 | 20250415 |
| 219807 | 18600 32 2462 | 37022 1660 3560 | T:ref | g++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250903 | 20250415 |
| 226149 | 15712 24 2350 | 32182 1132 3368 | T:ref | clang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250903 | 20250415 |
| 226646 | 15481 24 2350 | 31502 1132 3368 | T:ref | clang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250903 | 20250415 |
| 248202 | 11042 24 2462 | 26194 1076 3528 | T:ref | g++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250903 | 20250415 |
| 250147 | 18569 24 2462 | 36473 1644 3560 | T:ref | g++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250903 | 20250415 |
Compiler output
Amastrid.cpp: Amastrid.cpp: In member function 'void Amastrid::Decrypt(unsigned int*)':
Amastrid.cpp: Amastrid.cpp:251:13: warning: 'pos1temp' may be used uninitialized [-Wmaybe-uninitialized]
Amastrid.cpp: 251 | if (pos1temp != pos2)
Amastrid.cpp: | ^~
Amastrid.cpp: Amastrid.cpp:212:35: note: 'pos1temp' was declared here
Amastrid.cpp: 212 | int pos1, pos2, pos1o, pos2o, pos1temp, inc1, inc2;
Amastrid.cpp: | ^~~~~~~~
Amastrid.cpp: Amastrid.cpp:307:18: warning: 'pos1o' may be used uninitialized [-Wmaybe-uninitialized]
Amastrid.cpp: 307 | else if (pos2 == pos1o)
Amastrid.cpp: | ^~
Amastrid.cpp: Amastrid.cpp:212:21: note: 'pos1o' was declared here
Amastrid.cpp: 212 | int pos1, pos2, pos1o, pos2o, pos1temp, inc1, inc2;
Amastrid.cpp: | ^~~~~
Amastrid.cpp: Amastrid.cpp:289:18: warning: 'pos2o' may be used uninitialized [-Wmaybe-uninitialized]
Amastrid.cpp: 289 | else if (pos1 == pos2o)
Amastrid.cpp: | ^~
Amastrid.cpp: Amastrid.cpp:212:28: note: 'pos2o' was declared here
Amastrid.cpp: 212 | int pos1, pos2, pos1o, pos2o, pos1temp, inc1, inc2;
Amastrid.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 (14.2.0) |
| T:ref | g++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
| T:ref | g++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
| T:ref | g++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |