Test results for amd64, hertz, crypto_aead/deoxyseq128128v13
[Page version: 20241028 01:32:29]
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: 20241022
Operation: crypto_aead
Primitive: deoxyseq128128v13
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
731106 | 29565 0 0 | 48390 828 1096 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241024 | 20241022 |
731407 | 29565 0 0 | 48422 828 1096 | T:ref | clang -mllvm -polly -mllvm -polly-vectorizer=stripmine -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241024 | 20241022 |
897225 | 28426 0 0 | 45612 812 1192 | T:ref | cc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241024 | 20241022 |
2025904 | 24672 0 0 | 39728 820 1096 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241024 | 20241022 |
2520714 | 22919 0 0 | 36663 788 1064 | T:ref | cc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241024 | 20241022 |
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: 2, namely:
Implementation | Compiler |
T:ref | cc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:ref | cc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
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 -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
T:ref | clang -mllvm -polly -mllvm -polly-vectorizer=stripmine -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
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: 5, namely:
Implementation | Compiler |
T:ref | cc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:ref | cc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
T:ref | clang -mllvm -polly -mllvm -polly-vectorizer=stripmine -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |