[Page version: 20241024 06:31:28]
Measurements for amd64, comet, crypto_aead Test results for amd64, comet, crypto_aead Test results for crypto_aead/aes128poetv2aes4Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
---|---|---|---|---|---|---|
131560 | 21953 0 0 | 36396 796 1088 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
132924 | 26373 0 0 | 42716 796 1088 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
135868 | 20046 0 0 | 32839 772 1056 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
137463 | 25557 0 0 | 43769 868 1088 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
138486 | 24852 0 0 | 41497 868 1024 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
138748 | 24901 0 0 | 42817 868 1056 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
140511 | 21355 0 0 | 36199 860 1088 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
142170 | 22208 0 0 | 36227 788 1088 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
144211 | 21945 0 0 | 36073 868 1024 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
poet.c: poet.c:133:65: warning: argument 2 of type 'const unsigned char[128]' with mismatched bound [-Warray-parameter=] poet.c: 133 | void keysetup_encrypt_only(poet_ctx_t *ctx, const unsigned char key[KEYLEN_BITS]) poet.c: | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ poet.c: In file included from poet.c:33: poet.c: poet.h:73:48: note: previously declared as 'const unsigned char[16]' poet.c: 73 | const unsigned char key[KEYLEN]); poet.c: | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ poet.c: poet.c:159:52: warning: argument 2 of type 'const unsigned char[128]' with mismatched bound [-Warray-parameter=] poet.c: 159 | void keysetup(poet_ctx_t *ctx, const unsigned char key[KEYLEN_BITS]) poet.c: | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ poet.c: poet.h:76:35: note: previously declared as 'const unsigned char[16]' poet.c: 76 | const unsigned char key[KEYLEN]); poet.c: | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
Implementation | Compiler |
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) |