Test results for amd64, know, crypto_aead/norx6444v1

[Page version: 20250322 15:59:23]

Measurements for amd64, know, crypto_aead Test results for amd64, know, crypto_aead Test results for crypto_aead/norx6444v1
Computer: know
Microarchitecture: amd64; Comet Lake (806ec)
Architecture: amd64
CPU ID: GenuineIntel-000806ec-bfebfbff
SUPERCOP version: 20250307
Operation: crypto_aead
Primitive: norx6444v1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
323397719 8 031737 860 1088T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025031320250307
324627815 8 031537 860 1056T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025031320250307
326434610 8 025231 852 1088T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025031320250307
374756081 8 025937 860 1024T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025031320250307
376108648 8 031017 860 1024T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025031320250307
389054002 8 022608 764 1056T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025031320250307
3962713831 8 036572 788 1088T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025031320250307
398116579 8 027452 788 1088T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025031320250307
409804965 8 025148 780 1088T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025031320250307

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)

Namespace violations


norx.o norx_aead_decrypt T
norx.o norx_aead_encrypt T
norx.o norx_decrypt_msg T
norx.o norx_encrypt_msg T
norx.o norx_init T
norx.o norx_output_tag T
norx.o norx_process_header T
norx.o norx_process_trailer T
norx.o norx_verify_tag T

Number of similar (implementation,compiler) pairs: 9, namely:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6)
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6)
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6)
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6)
T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6)
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)