[Page version: 20241024 06:40:58]
Measurements for amd64, margaux, crypto_aead Test results for amd64, margaux, crypto_aead Test results for crypto_aead/aes128poetv2aes128Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
---|---|---|---|---|---|---|
237493 | 28456 0 0 | 45196 828 1088 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
242021 | 22830 0 0 | 38436 828 1088 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
242460 | 21132 0 0 | 34943 804 1056 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
245055 | 21164 0 0 | 34549 852 1024 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
257189 | 22664 0 0 | 37779 820 1088 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
265308 | 25020 0 0 | 41659 860 1024 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
268417 | 24348 0 0 | 39875 860 1024 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
268820 | 24852 0 0 | 41435 860 1024 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240629 | 20240625 |
274741 | 22030 0 0 | 36251 860 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: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) |