Implementation notes: amd64, hertz, crypto_stream/amastrid

Computer: hertz
Microarchitecture: amd64; Zen 4 (a60f12)
Architecture: amd64
CPU ID: AuthenticAMD-00a60f12-178bfbff
SUPERCOP version: 20240716
Operation: crypto_stream
Primitive: amastrid
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
4585122332 24 235045721 1124 3432T:refclang++_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024071620240716
4721026653 32 246248108 1692 3624T:refg++_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024071620240716
4763022328 24 235045788 1140 3432T:refclang++_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024071620240716
5023020061 32 246239276 1684 3560T:refg++_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024071620240716
5588816852 24 235034383 1140 3432T:refclang++_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024071620240716
7351912470 24 246228856 1108 3528T:refg++_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024071620240716

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