Test results for amd64, h3neo, crypto_aead/norx6444v1

[Page version: 20240912 08:45:02]

Measurements for amd64, h3neo, crypto_aead Test results for amd64, h3neo, crypto_aead Test results for crypto_aead/norx6444v1
Computer: h3neo
Microarchitecture: amd64; K10 45nm (100f63)
Architecture: amd64
CPU ID: AuthenticAMD-00100f63-078bfbff
SUPERCOP version: 20240909
Operation: crypto_aead
Primitive: norx6444v1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
554938648 8 030939 852 1024T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024070520240625
576514581 8 024121 788 1056T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024070520240625
590269346 8 032964 820 1088T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024070520240625
598836348 8 028620 820 1088T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024070520240625
607508278 8 029987 852 1024T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024070520240625
608167574 8 028363 852 1024T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024070520240625
619584490 8 023797 844 1024T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024070520240625
658206311 8 026171 852 1024T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024070520240625
658765255 8 026476 812 1088T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024070520240625

Compiler output


norx.c: In function 'norx_decrypt_lastblock',
norx.c:     inlined from 'norx_decrypt_msg.part.0' at norx.c:452:9:
norx.c: norx.c:313:16: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
norx.c:   313 |         b[j]   = c;
norx.c:       |         ~~~~~~~^~~
norx.c: norx.c: In function 'norx_decrypt_msg.part.0':
norx.c: norx.c:287:13: note: at offset 8 into destination object 'b' of size 8
norx.c:   287 |     uint8_t b[BYTES(NORX_W)];
norx.c:       |             ^

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

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

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