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
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
5542746 | 16024 0 0 | 30082 368 816 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241001 | 20240909 |
16881276 | 6396 0 0 | 18806 368 816 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241001 | 20240909 |
18653800 | 5653 0 0 | 17186 360 816 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241001 | 20240909 |
24270525 | 6428 0 0 | 18653 364 816 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241001 | 20240909 |
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:
Implementation | Compiler |
T:ref | gcc -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:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |