Test results for armeabi, tinker, crypto_stream/amastrid

[Page version: 20241024 12:18:11]

Measurements for armeabi, tinker, crypto_stream Test results for armeabi, tinker, crypto_stream Test results for crypto_stream/amastrid
Computer: tinker
Microarchitecture: armeabi; Cortex-A17 (410fc0d1)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_stream
Primitive: amastrid
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
14773113193 8 230626308 652 3104T:refg++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092620240909
14967614361 8 230628261 652 3104T:refg++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092620240909
15876013057 8 230625722 656 3096T:refg++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092620240909
1631668665 8 230620084 656 3096T:refg++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092620240909

Compiler output


Amastrid.cpp: Amastrid.cpp: In member function ‘void Amastrid::Encrypt(unsigned int*)’:
Amastrid.cpp: Amastrid.cpp:120:17: warning: ‘pos2’ may be used uninitialized [-Wmaybe-uninitialized]
Amastrid.cpp:   120 |                 if (pos1 > pos2)
Amastrid.cpp:       |                 ^~
Amastrid.cpp: Amastrid.cpp:94:15: note: ‘pos2’ was declared here
Amastrid.cpp:    94 |     int pos1, pos2, pos1o, pos2o, inc1, inc2;
Amastrid.cpp:       |               ^~~~
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: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:       |                            ^~~~~
Amastrid.cpp: Amastrid.cpp:291:17: warning: ‘pos1o’ may be used uninitialized [-Wmaybe-uninitialized]
Amastrid.cpp:   291 |                 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: ...

Number of similar (implementation,compiler) pairs: 3, 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)
T:refg++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

Compiler output


Amastrid.cpp: Amastrid.cpp: In member function ‘void Amastrid::Decrypt(unsigned int*)’:
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:       |                            ^~~~~
Amastrid.cpp: Amastrid.cpp:291:17: warning: ‘pos1o’ may be used uninitialized [-Wmaybe-uninitialized]
Amastrid.cpp:   291 |                 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:       |                     ^~~~~

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