Test results for amd64, h8bobcat, crypto_aead/syconaer96128v1
[Page version: 20240912 08:46:28]
Measurements for amd64, h8bobcat, crypto_aead
Test results for amd64, h8bobcat, crypto_aead
Test results for crypto_aead/syconaer96128v1
Computer: h8bobcat
Microarchitecture: amd64; Bobcat (500f10)
Architecture: amd64
CPU ID: AuthenticAMD-00500f20-178bfbff
SUPERCOP version: 20240909
Operation: crypto_aead
Primitive: syconaer96128v1
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
6020207 | 15374 0 0 | 30237 848 856 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240706 | 20240625 |
6025651 | 15038 0 0 | 28757 848 856 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240706 | 20240625 |
6093832 | 16213 0 0 | 32333 848 856 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240706 | 20240625 |
9095276 | 5837 0 0 | 18901 832 856 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240706 | 20240625 |
11071533 | 7639 0 0 | 21453 848 856 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240706 | 20240625 |
13765633 | 5077 0 0 | 18416 776 896 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240706 | 20240625 |
20039789 | 6828 0 0 | 21412 792 928 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240706 | 20240625 |
21617834 | 6645 0 0 | 21709 800 928 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240706 | 20240625 |
Compiler output
sycon.c: sycon.c: In function 'left_cyclic_shift16':
sycon.c: sycon.c:76:27: warning: 'tmp' may be used uninitialized [-Wmaybe-uninitialized]
sycon.c: 76 | t = tmp[2*i];
sycon.c: | ~~^~~~~~~~~~
sycon.c: sycon.c:55:35: note: 'tmp' declared here
sycon.c: 55 | unsigned char i, u, v, t, tmp[8];
sycon.c: | ^~~
sycon.c: sycon.c:77:39: warning: 'tmp' may be used uninitialized [-Wmaybe-uninitialized]
sycon.c: 77 | tmp[2*i] = tmp[2*i+1];
sycon.c: | ~~~^~~~~~~
sycon.c: sycon.c:55:35: note: 'tmp' declared here
sycon.c: 55 | unsigned char i, u, v, t, tmp[8];
sycon.c: | ^~~
sycon.c: sycon.c:76:27: warning: 'tmp' may be used uninitialized [-Wmaybe-uninitialized]
sycon.c: 76 | t = tmp[2*i];
sycon.c: | ~~^~~~~~~~~~
sycon.c: sycon.c:55:35: note: 'tmp' declared here
sycon.c: 55 | unsigned char i, u, v, t, tmp[8];
sycon.c: | ^~~
sycon.c: sycon.c:77:39: warning: 'tmp' may be used uninitialized [-Wmaybe-uninitialized]
sycon.c: 77 | tmp[2*i] = tmp[2*i+1];
sycon.c: | ~~~^~~~~~~
sycon.c: sycon.c:55:35: note: 'tmp' declared here
sycon.c: 55 | unsigned char i, u, v, t, tmp[8];
sycon.c: | ^~~
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 (11.4.0) |