[Page version: 20241020 18:47:50]
Measurements for amd64, h2atom, crypto_aead Test results for amd64, h2atom, crypto_aead Test results for crypto_aead/aes128poetv2aes128Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
---|---|---|---|---|---|---|
595483 | 21914 0 0 | 35444 836 1024 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240707 | 20240625 |
596387 | 30076 0 0 | 47050 828 1088 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240707 | 20240625 |
601603 | 25181 0 0 | 41850 844 1024 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240707 | 20240625 |
601829 | 24469 0 0 | 39962 844 1024 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240707 | 20240625 |
656409 | 24077 0 0 | 39898 828 1088 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240707 | 20240625 |
706422 | 24852 0 0 | 41442 844 1024 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240707 | 20240625 |
715431 | 21058 0 0 | 34901 804 1056 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240707 | 20240625 |
729447 | 22469 0 0 | 36778 844 1024 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240707 | 20240625 |
862638 | 23354 0 0 | 38593 820 1088 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240707 | 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:72:65: note: previously declared as 'const unsigned char[16]' poet.c: 72 | void keysetup_encrypt_only(poet_ctx_t *ctx, 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: In file included from poet.c:33: poet.c: poet.h:74:52: note: previously declared as 'const unsigned char[16]' poet.c: 74 | void keysetup(poet_ctx_t *ctx, const unsigned char key[KEYLEN]); poet.c: | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |