[Page version: 20241023 21:37:24]
Measurements for amd64, speed2supercop, crypto_aead Test results for amd64, speed2supercop, crypto_aead Test results for crypto_aead/flexaead128b064v1Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
---|---|---|---|---|---|---|
1088148 | 12808 0 0 | 28870 792 856 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240703 | 20240625 |
1107652 | 5725 0 0 | 19309 752 928 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240703 | 20240625 |
1119148 | 6807 0 0 | 20206 792 856 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240703 | 20240625 |
1128876 | 6176 0 0 | 19973 752 928 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240703 | 20240625 |
1169596 | 66959 0 0 | 82749 752 928 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240703 | 20240625 |
1187928 | 17512 0 0 | 34454 792 872 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240703 | 20240625 |
1193028 | 17512 0 0 | 34662 792 872 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240703 | 20240625 |
1296892 | 6829 0 0 | 20871 784 920 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240703 | 20240625 |
2200556 | 3871 0 0 | 16168 728 896 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240703 | 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 (14.2.0) |