Test results for amd64, hertz, crypto_aead/deoxyseq256128v13
[Page version: 20260219 16:18:58]
Measurements for amd64, hertz, crypto_aead
Test results for amd64, hertz, crypto_aead
Test results for crypto_aead/deoxyseq256128v13
Computer: hertz
Microarchitecture: amd64; Zen 4 (a60f12)
Architecture: amd64
CPU ID: AuthenticAMD-00a60f12-178bfbff
SUPERCOP version: 20260217
Operation: crypto_aead
Primitive: deoxyseq256128v13
| Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
| 846816 | 31416 0 0 | 62643 1256 1680 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260217 | 20260217 |
| 945148 | 30132 0 0 | 62771 1256 1680 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260217 | 20260217 |
| 1682921 | 30024 0 0 | 59957 1232 1776 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260217 | 20260217 |
| 2107419 | 25376 0 0 | 51677 1232 1776 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260217 | 20260217 |
| 2345495 | 25216 0 0 | 50637 1248 1680 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260217 | 20260217 |
| 4384315 | 23336 0 0 | 47712 1208 1680 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260217 | 20260217 |
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.8_(1ubuntu1)) |
| T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_21.1.8_(1ubuntu1)) |
| T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_21.1.8_(1ubuntu1)) |
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.8_(1ubuntu1)) |
| T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_21.1.8_(1ubuntu1)) |
| T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_21.1.8_(1ubuntu1)) |
| 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) |