Test results for amd64, hertz, crypto_aead/deoxyseq128128v13
[Page version: 20251231 05:58:02]
Measurements for amd64, hertz, crypto_aead
Test results for amd64, hertz, crypto_aead
Test results for crypto_aead/deoxyseq128128v13
Computer: hertz
Microarchitecture: amd64; Zen 4 (a60f12)
Architecture: amd64
CPU ID: AuthenticAMD-00a60f12-178bfbff
SUPERCOP version: 20251222
Operation: crypto_aead
Primitive: deoxyseq128128v13
| Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
| 659647 | 30100 0 0 | 49751 828 1096 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20251225 | 20251222 |
| 694759 | 31384 0 0 | 49623 828 1096 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20251225 | 20251222 |
| 1272554 | 25344 0 0 | 40765 812 1160 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251225 | 20251222 |
| 1346178 | 29992 0 0 | 47397 812 1160 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251225 | 20251222 |
| 2090996 | 25180 0 0 | 40193 820 1096 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20251225 | 20251222 |
| 2512215 | 23316 0 0 | 37008 788 1064 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251225 | 20251222 |
Compiler output
deoxys.c: deoxys.c:137:13: warning: unused variable 'Final' [-Wunused-variable]
deoxys.c: 137 | uint8_t Final[16];
deoxys.c: | ^~~~~
deoxys.c: deoxys.c:138:13: warning: unused variable 'zero_block' [-Wunused-variable]
deoxys.c: 138 | uint8_t zero_block[16];
deoxys.c: | ^~~~~~~~~~
deoxys.c: deoxys.c:139:13: warning: unused variable 'Pad' [-Wunused-variable]
deoxys.c: 139 | uint8_t Pad[16];
deoxys.c: | ^~~
deoxys.c: deoxys.c:307:13: warning: unused variable 'Checksum' [-Wunused-variable]
deoxys.c: 307 | uint8_t Checksum[16];
deoxys.c: | ^~~~~~~~
deoxys.c: deoxys.c:308:13: warning: unused variable 'Final' [-Wunused-variable]
deoxys.c: 308 | uint8_t Final[16];
deoxys.c: | ^~~~~
deoxys.c: deoxys.c:309:13: warning: unused variable 'zero_block' [-Wunused-variable]
deoxys.c: 309 | uint8_t zero_block[16];
deoxys.c: | ^~~~~~~~~~
deoxys.c: deoxys.c:310:13: warning: unused variable 'Pad' [-Wunused-variable]
deoxys.c: 310 | uint8_t Pad[16];
deoxys.c: | ^~~
deoxys.c: 7 warnings generated.
tweakableBC.c: tweakableBC.c:886:9: warning: variable 'Nr' set but not used [-Wunused-but-set-variable]
tweakableBC.c: 886 | int Nr;
tweakableBC.c: | ^
tweakableBC.c: tweakableBC.c:1005:9: warning: variable 'Nr' set but not used [-Wunused-but-set-variable]
tweakableBC.c: 1005 | int Nr;
tweakableBC.c: | ^
tweakableBC.c: 2 warnings generated.
Number of similar (implementation,compiler) pairs: 3, namely:
| Implementation | Compiler |
| T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_21.1.6_(3ubuntu1)) |
| T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_21.1.6_(3ubuntu1)) |
| T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_21.1.6_(3ubuntu1)) |
Compiler output
deoxys.c: deoxys.c: In function 'deoxys_aead_encrypt':
deoxys.c: deoxys.c:139:13: warning: unused variable 'Pad' [-Wunused-variable]
deoxys.c: 139 | uint8_t Pad[16];
deoxys.c: | ^~~
deoxys.c: deoxys.c:138:13: warning: unused variable 'zero_block' [-Wunused-variable]
deoxys.c: 138 | uint8_t zero_block[16];
deoxys.c: | ^~~~~~~~~~
deoxys.c: deoxys.c:137:13: warning: unused variable 'Final' [-Wunused-variable]
deoxys.c: 137 | uint8_t Final[16];
deoxys.c: | ^~~~~
deoxys.c: deoxys.c: In function 'deoxys_aead_decrypt':
deoxys.c: deoxys.c:310:13: warning: unused variable 'Pad' [-Wunused-variable]
deoxys.c: 310 | uint8_t Pad[16];
deoxys.c: | ^~~
deoxys.c: deoxys.c:309:13: warning: unused variable 'zero_block' [-Wunused-variable]
deoxys.c: 309 | uint8_t zero_block[16];
deoxys.c: | ^~~~~~~~~~
deoxys.c: deoxys.c:308:13: warning: unused variable 'Final' [-Wunused-variable]
deoxys.c: 308 | uint8_t Final[16];
deoxys.c: | ^~~~~
deoxys.c: deoxys.c:307:13: warning: unused variable 'Checksum' [-Wunused-variable]
deoxys.c: 307 | uint8_t Checksum[16];
deoxys.c: | ^~~~~~~~
tweakableBC.c: tweakableBC.c: In function 'aesTweakEncrypt':
tweakableBC.c: tweakableBC.c:886:9: warning: variable 'Nr' set but not used [-Wunused-but-set-variable]
tweakableBC.c: 886 | int Nr;
tweakableBC.c: | ^~
tweakableBC.c: tweakableBC.c: In function 'aesTweakDecrypt':
tweakableBC.c: tweakableBC.c:1005:9: warning: variable 'Nr' set but not used [-Wunused-but-set-variable]
tweakableBC.c: 1005 | int Nr;
tweakableBC.c: | ^~
Number of similar (implementation,compiler) pairs: 3, namely:
| Implementation | Compiler |
| T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (15.2.0) |
| T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (15.2.0) |
| T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (15.2.0) |
Namespace violations
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
deoxys.o get_block_number_from_tag T
tweakableBC.o G T
tweakableBC.o H T
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o deoxysKeySetupDec256 T
tweakableBC.o deoxysKeySetupEnc256 T
tweakableBC.o multi T
Number of similar (implementation,compiler) pairs: 6, namely:
| Implementation | Compiler |
| T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_21.1.6_(3ubuntu1)) |
| T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_21.1.6_(3ubuntu1)) |
| T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_21.1.6_(3ubuntu1)) |
| T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (15.2.0) |
| T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (15.2.0) |
| T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (15.2.0) |