[Page version: 20241024 06:31:28]
Measurements for amd64, comet, crypto_aead Test results for amd64, comet, crypto_aead Test results for crypto_aead/flexaead128b128v1Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
---|---|---|---|---|---|---|
906480 | 16538 0 0 | 32977 852 1024 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
952247 | 24566 0 0 | 42249 852 1088 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
952868 | 24566 0 0 | 41953 852 1056 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
976697 | 6083 0 0 | 20116 780 1088 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
999355 | 6448 0 0 | 20836 780 1088 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
1009972 | 7118 0 0 | 21145 852 1024 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
1107392 | 7146 0 0 | 21791 844 1088 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
1688905 | 4042 0 0 | 16743 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:381:49: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] encrypt.c: 381 | *(block+i+(blocklen/2)) = (*(block+i))^(*(block+i+(blocklen/2))); encrypt.c: | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ encrypt.c: encrypt.c: In function 'sumAD': encrypt.c: encrypt.c:36:18: note: at offset 33 into destination object 'sn' of size 16 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:381:49: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] encrypt.c: 381 | *(block+i+(blocklen/2)) = (*(block+i))^(*(block+i+(blocklen/2))); encrypt.c: | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ encrypt.c: encrypt.c: In function 'sumAD': encrypt.c: encrypt.c:36:18: note: at offset 34 into destination object 'sn' of size 16 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:381:49: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] encrypt.c: 381 | *(block+i+(blocklen/2)) = (*(block+i))^(*(block+i+(blocklen/2))); encrypt.c: | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ encrypt.c: encrypt.c: In function 'sumAD': encrypt.c: encrypt.c:36:18: note: at offset 35 into destination object 'sn' of size 16 encrypt.c: ...
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |