Implementation notes: amd64, hydra7, crypto_aead/aes128poetv2aes128

Computer: hydra7
Microarchitecture: amd64; Sandy Bridge+AES (206a7)
Architecture: amd64
CPU ID: GenuineIntel-000206a7-bfebfbff
SUPERCOP version: 20240625
Operation: crypto_aead
Primitive: aes128poetv2aes128
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
21302527714 0 044420 828 1088T:refgcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062620240625
22853422750 0 038228 828 1088T:refgcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062620240625
23361521118 0 034927 804 1056T:refgcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062620240625
24925922671 0 037795 820 1088T:refgcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062620240625

Compiler output


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:       |                                ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)