Test results for amd64, phoenix, crypto_stream/amastrid

[Page version: 20260219 23:43:02]

Measurements for amd64, phoenix, crypto_stream Test results for amd64, phoenix, crypto_stream Test results for crypto_stream/amastrid
Computer: phoenix
Microarchitecture: amd64; Zen 4 (a70f41)
Architecture: amd64
CPU ID: AuthenticAMD-00a70f41-178bfbff
SUPERCOP version: 20260217
Operation: crypto_stream
Primitive: amastrid
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
4572418576 24 235051607 1560 4008T:refclang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026021720260217
4665115615 24 235042419 1560 3944T:refclang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026021720260217
4741125150 32 246260438 2120 4232T:refg++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026021720260217
4782618612 24 235051492 1544 4008T:refclang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026021720260217
4936718872 32 246248906 2112 4232T:refg++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026021720260217
5260516989 24 235045351 1576 4008T:refclang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026021720260217
5644518605 24 246247782 2096 4168T:refg++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026021720260217
7381911024 24 246237606 1544 4136T:refg++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026021720260217

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:
ImplementationCompiler
T:refg++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)
T:refg++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)
T:refg++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)
T:refg++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)