Implementation notes: amd64, rumba5, crypto_aead/isapxv20

Computer: rumba5
Microarchitecture: amd64; Zen (800f11)
Architecture: amd64
CPU ID: AuthenticAMD-00800f11-178bfbff
SUPERCOP version: 20240625
Operation: crypto_aead
Primitive: isapxv20
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
12897569611 0 023517 860 1024T:refclang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062620240625
21526448307 0 023061 860 1056T:refclang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062620240625
22313099043 0 024173 860 1056T:refclang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062620240625
72139236785 0 020669 812 1088T:refgcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062620240625
76879006603 0 018925 860 1024T:refclang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062620240625
129121856644 0 020092 804 1088T:refgcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062620240625
141637306698 0 019405 844 1088T:refclang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062620240625
213497155483 0 017832 788 1056T:refgcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062620240625

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
isap.c: isap.c: In function 'isap_rk':
isap.c: isap.c:25:9: warning: 'state' may be used uninitialized [-Wmaybe-uninitialized]
isap.c:    25 |         Permutation_Initialize(state);
isap.c:       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
isap.c: In file included from isap.c:5:
isap.c: permutation.h:4:6: note: by argument 1 of type 'const void *' to 'Permutation_Initialize' declared here
isap.c:     4 | void Permutation_Initialize(
isap.c:       |      ^~~~~~~~~~~~~~~~~~~~~~
isap.c: isap.c:24:23: note: 'state' declared here
isap.c:    24 |         unsigned char state[ISAP_STATE_SZ];
isap.c:       |                       ^~~~~
isap.c: isap.c: In function 'isap_mac':
isap.c: isap.c:59:9: warning: 'state' may be used uninitialized [-Wmaybe-uninitialized]
isap.c:    59 |         Permutation_Initialize(state);
isap.c:       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
isap.c: In file included from isap.c:5:
isap.c: permutation.h:4:6: note: by argument 1 of type 'const void *' to 'Permutation_Initialize' declared here
isap.c:     4 | void Permutation_Initialize(
isap.c:       |      ^~~~~~~~~~~~~~~~~~~~~~
isap.c: isap.c:58:23: note: 'state' declared here
isap.c:    58 |         unsigned char state[ISAP_STATE_SZ];
isap.c:       |                       ^~~~~

Number of similar (implementation,compiler) pairs: 3, namely:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O2 -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)

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
isap.c: isap.c: In function 'isap_rk.constprop':
isap.c: isap.c:25:9: warning: 'state' may be used uninitialized [-Wmaybe-uninitialized]
isap.c:    25 |         Permutation_Initialize(state);
isap.c:       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
isap.c: In file included from isap.c:5:
isap.c: permutation.h:4:6: note: by argument 1 of type 'const void *' to 'Permutation_Initialize' declared here
isap.c:     4 | void Permutation_Initialize(
isap.c:       |      ^~~~~~~~~~~~~~~~~~~~~~
isap.c: isap.c:24:23: note: 'state' declared here
isap.c:    24 |         unsigned char state[ISAP_STATE_SZ];
isap.c:       |                       ^~~~~
isap.c: isap.c: In function 'isap_rk':
isap.c: isap.c:25:9: warning: 'state' may be used uninitialized [-Wmaybe-uninitialized]
isap.c:    25 |         Permutation_Initialize(state);
isap.c:       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
isap.c: In file included from isap.c:5:
isap.c: permutation.h:4:6: note: by argument 1 of type 'const void *' to 'Permutation_Initialize' declared here
isap.c:     4 | void Permutation_Initialize(
isap.c:       |      ^~~~~~~~~~~~~~~~~~~~~~
isap.c: isap.c:24:23: note: 'state' declared here
isap.c:    24 |         unsigned char state[ISAP_STATE_SZ];
isap.c:       |                       ^~~~~
isap.c: isap.c: In function 'isap_mac':
isap.c: isap.c:59:9: warning: 'state' may be used uninitialized [-Wmaybe-uninitialized]
isap.c:    59 |         Permutation_Initialize(state);
isap.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)