[Page version: 20241024 06:31:28]
Measurements for amd64, comet, crypto_aead Test results for amd64, comet, crypto_aead Test results for crypto_aead/flexaead256b256v1Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
---|---|---|---|---|---|---|
721035 | 18570 0 0 | 35025 852 1024 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
744058 | 26454 0 0 | 44137 852 1088 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
750528 | 26454 0 0 | 43841 852 1056 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
1041334 | 6606 0 0 | 21028 780 1088 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
1082154 | 6204 0 0 | 20260 780 1088 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
1085371 | 7238 0 0 | 21281 852 1024 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
1187023 | 7109 0 0 | 21759 844 1088 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
1531762 | 4136 0 0 | 16863 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 32 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 32 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 32 encrypt.c: ...
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |