[Page version: 20241024 06:31:28]
Measurements for amd64, comet, crypto_aead Test results for amd64, comet, crypto_aead Test results for crypto_aead/flexaead128b064v1Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
---|---|---|---|---|---|---|
1099733 | 15826 0 0 | 32265 852 1024 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
1101862 | 5833 0 0 | 19868 780 1088 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
1107692 | 6304 0 0 | 20692 780 1088 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
1122053 | 6774 0 0 | 20801 852 1024 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
1208532 | 6937 0 0 | 21591 844 1088 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
1257511 | 23854 0 0 | 41521 852 1088 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
1307530 | 23854 0 0 | 41225 852 1056 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
2039698 | 3877 0 0 | 16583 756 1056 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
encrypt.c: In function 'dirPFK', encrypt.c: inlined from 'sumAD' at encrypt.c:445:2: encrypt.c: encrypt.c:367:28: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] encrypt.c: 367 | *(block+i) = (*(block+i))^(*(key_pfk+i)); encrypt.c: | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ encrypt.c: encrypt.c: In function 'sumAD': encrypt.c: encrypt.c:36:18: note: at offset 8 into destination object 'sn' of size 8 encrypt.c: 36 | unsigned char sn[BLOCKSIZE]; encrypt.c: | ^~ encrypt.c: In function 'dirPFK', encrypt.c: inlined from 'sumAD' at encrypt.c:445:2: encrypt.c: encrypt.c:367:28: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] encrypt.c: 367 | *(block+i) = (*(block+i))^(*(key_pfk+i)); encrypt.c: | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ encrypt.c: encrypt.c: In function 'sumAD': encrypt.c: encrypt.c:36:18: note: at offset 9 into destination object 'sn' of size 8 encrypt.c: 36 | unsigned char sn[BLOCKSIZE]; encrypt.c: | ^~ encrypt.c: In function 'dirPFK', encrypt.c: inlined from 'sumAD' at encrypt.c:445:2: encrypt.c: encrypt.c:367:28: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] encrypt.c: 367 | *(block+i) = (*(block+i))^(*(key_pfk+i)); encrypt.c: | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ encrypt.c: encrypt.c: In function 'sumAD': encrypt.c: encrypt.c:36:18: note: at offset 10 into destination object 'sn' of size 8 encrypt.c: ...
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |