Test results for armeabi, berry2, crypto_aead/syconaer96128v1

[Page version: 20241120 00:22:57]

Measurements for armeabi, berry2, crypto_aead Test results for armeabi, berry2, crypto_aead Test results for crypto_aead/syconaer96128v1
Computer: berry2
Microarchitecture: armeabi; Cortex-A7 (410fc075)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_aead
Primitive: syconaer96128v1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
554274616024 0 030082 368 816T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100120240909
168812766396 0 018806 368 816T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100120240909
186538005653 0 017186 360 816T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100120240909
242705256428 0 018653 364 816T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100120240909

Compiler output


sycon.c: sycon.c: In function 'left_cyclic_shift16':
sycon.c: sycon.c:76:27: warning: 'tmp[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
sycon.c:    76 |                         t = tmp[2*i];
sycon.c:       |                         ~~^~~~~~~~~~
sycon.c: sycon.c:77:39: warning: 'tmp[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
sycon.c:    77 |                         tmp[2*i] = tmp[2*i+1];
sycon.c:       |                                    ~~~^~~~~~~
sycon.c: sycon.c:76:27: warning: 'tmp[2]' may be used uninitialized in this function [-Wmaybe-uninitialized]
sycon.c:    76 |                         t = tmp[2*i];
sycon.c:       |                         ~~^~~~~~~~~~
sycon.c: sycon.c:77:39: warning: 'tmp[3]' may be used uninitialized in this function [-Wmaybe-uninitialized]
sycon.c:    77 |                         tmp[2*i] = tmp[2*i+1];
sycon.c:       |                                    ~~~^~~~~~~
sycon.c: sycon.c:76:27: warning: 'tmp[4]' may be used uninitialized in this function [-Wmaybe-uninitialized]
sycon.c:    76 |                         t = tmp[2*i];
sycon.c:       |                         ~~^~~~~~~~~~
sycon.c: sycon.c:77:39: warning: 'tmp[5]' may be used uninitialized in this function [-Wmaybe-uninitialized]
sycon.c:    77 |                         tmp[2*i] = tmp[2*i+1];
sycon.c:       |                                    ~~~^~~~~~~
sycon.c: sycon.c:76:27: warning: 'tmp[6]' may be used uninitialized in this function [-Wmaybe-uninitialized]
sycon.c:    76 |                         t = tmp[2*i];
sycon.c:       |                         ~~^~~~~~~~~~
sycon.c: sycon.c:77:39: warning: 'tmp[7]' may be used uninitialized in this function [-Wmaybe-uninitialized]
sycon.c:    77 |                         tmp[2*i] = tmp[2*i+1];
sycon.c:       |                                    ~~~^~~~~~~

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Namespace violations


encrypt.o sycon_ad T
encrypt.o sycon_load T
encrypt.o sycon_tag T
sycon.o left_cyclic_shift16 T
sycon.o left_cyclic_shift64 T
sycon.o print_sycon_state T
sycon.o rotl8 T
sycon.o shuffle_bytes1 T
sycon.o shuffle_bytes2 T
sycon.o shuffle_bytes3 T
sycon.o shuffle_bytes4 T
sycon.o shuffle_bytes5 T
sycon.o sycon_perm T
sycon.o sycon_perm_ALLONE T
sycon.o sycon_perm_ALLZERO T
sycon.o sycon_perm_r96 T

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)