Test results for amd64, cezanne, crypto_aead/elephant160v1
[Page version: 20260302 15:50:06]
Measurements for amd64, cezanne, crypto_aead
Test results for amd64, cezanne, crypto_aead
Test results for crypto_aead/elephant160v1
Computer: cezanne
Microarchitecture: amd64; Zen 3 (a50f00)
Architecture: amd64
CPU ID: AuthenticAMD-00a50f00-178bfbff
SUPERCOP version: 20260217
Operation: crypto_aead
Primitive: elephant160v1
| Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
| 36348067 | 12713 1024 0 | 47190 2312 1600 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260220 | 20260217 |
| 36613159 | 12673 1024 0 | 47134 2312 1600 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260220 | 20260217 |
| 37740439 | 3490 1024 0 | 27518 2312 1568 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260220 | 20260217 |
| 38063779 | 7698 1024 0 | 34294 2312 1568 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260220 | 20260217 |
| 38137728 | 2784 1024 0 | 27150 2296 1632 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260220 | 20260217 |
| 39546619 | 3753 1024 0 | 28271 2232 1664 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260220 | 20260217 |
| 40311612 | 7773 1024 0 | 34407 2232 1664 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260220 | 20260217 |
| 62977485 | 2911 1024 0 | 26791 2232 1664 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260220 | 20260217 |
| 110384349 | 2308 1024 0 | 24875 2216 1632 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260220 | 20260217 |
Compiler output
encrypt.c: encrypt.c: In function 'crypto_aead_impl':
encrypt.c: encrypt.c:141:13: warning: 'memcpy' forming offset [20, 31] is out of the bounds [0, 20] of object 'c_buffer' with type 'BYTE[20]' {aka 'unsigned char[20]'} [-Warray-bounds]
encrypt.c: 141 | memcpy(c + offset, c_buffer, r_size);
encrypt.c: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: encrypt.c:121:10: note: 'c_buffer' declared here
encrypt.c: 121 | BYTE c_buffer[BLOCK_SIZE];
encrypt.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 (12.2.0) |
Namespace violations
encrypt.o constcmp T
encrypt.o crypto_aead_impl T
encrypt.o get_ad_block T
encrypt.o get_c_block T
encrypt.o lfsr_step T
encrypt.o rotl3 T
encrypt.o xor_block T
spongent.o Pi T
spongent.o PrintState T
spongent.o lCounter T
spongent.o pLayer T
spongent.o permutation T
spongent.o retnuoCl T
spongent.o sBoxLayer D
Number of similar (implementation,compiler) pairs: 9, namely:
| Implementation | Compiler |
| T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
| T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
| T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
| T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
| T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
| T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |