Implementation notes: amd64, comet, crypto_aead/norx6444v1

Computer: comet
Microarchitecture: amd64; Comet Lake (806ec)
Architecture: amd64
CPU ID: GenuineIntel-000806ec-bfebfbff
SUPERCOP version: 20240625
Operation: crypto_aead
Primitive: norx6444v1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
323627815 8 031537 860 1056T:refclang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062920240625
326874610 8 025231 852 1088T:refclang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062920240625
327767719 8 031737 860 1088T:refclang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062920240625
374596081 8 025937 860 1024T:refclang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062920240625
375578648 8 031017 860 1024T:refclang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062920240625
384854002 8 022608 764 1056T:refgcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062920240625
390906579 8 027452 788 1088T:refgcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062920240625
3914913831 8 036572 788 1088T:refgcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062920240625
405364965 8 025148 780 1088T:refgcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062920240625

Compiler output


norx.c: norx.c: In function 'norx_decrypt_msg.part.0':
norx.c: norx.c:455:9: warning: 'emptyblock' may be used uninitialized [-Wmaybe-uninitialized]
norx.c:   455 |         norx_pad(emptyblock, emptyblock, 0);
norx.c:       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
norx.c: norx.c:144:25: note: by argument 2 of type 'const uint8_t *' {aka 'const unsigned char *'} to 'norx_pad' declared here
norx.c:   144 | static NORX_INLINE void norx_pad(uint8_t *out, const uint8_t *in, const size_t inlen)
norx.c:       |                         ^~~~~~~~
norx.c: norx.c:434:17: note: 'emptyblock' declared here
norx.c:   434 |         uint8_t emptyblock[BYTES(RATE)];
norx.c:       |                 ^~~~~~~~~~
norx.c: norx.c: In function 'norx_encrypt_msg.part.0':
norx.c: norx.c:404:9: warning: 'emptyblock' may be used uninitialized [-Wmaybe-uninitialized]
norx.c:   404 |         norx_pad(emptyblock, emptyblock, 0);
norx.c:       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
norx.c: norx.c:144:25: note: by argument 2 of type 'const uint8_t *' {aka 'const unsigned char *'} to 'norx_pad' declared here
norx.c:   144 | static NORX_INLINE void norx_pad(uint8_t *out, const uint8_t *in, const size_t inlen)
norx.c:       |                         ^~~~~~~~
norx.c: norx.c:383:17: note: 'emptyblock' declared here
norx.c:   383 |         uint8_t emptyblock[BYTES(RATE)];
norx.c:       |                 ^~~~~~~~~~

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