Implementation notes: amd64, rumba7, crypto_aead/isapxv20

Computer: rumba7
Microarchitecture: amd64; Zen (800f11)
Architecture: amd64
CPU ID: AuthenticAMD-00800f11-178bfbff
SUPERCOP version: 20240716
Operation: crypto_aead
Primitive: isapxv20
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
12890079611 0 023517 860 1024T:refclang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024071620240716
21516948307 0 023061 860 1056T:refclang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024071620240716
22271959043 0 024173 860 1056T:refclang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024071620240716
72298006785 0 020669 812 1088T:refgcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024071620240716
77160646603 0 018925 860 1024T:refclang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024071620240716
129140046644 0 020092 804 1088T:refgcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024071620240716
140585156698 0 019405 844 1088T:refclang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024071620240716
213727335483 0 017832 788 1056T:refgcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024071620240716

Compiler output


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


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)

Namespace violations


Ascon-reference.o Ascon_AddBytes T
Ascon-reference.o Ascon_ExtractBytes T
Ascon-reference.o Ascon_Initialize T
Ascon-reference.o Ascon_OverwriteBytes T
Ascon-reference.o Ascon_Permute_Nrounds T
Ascon-reference.o load64 T
Ascon-reference.o store64 T
KeccakP-400-reference.o KeccakP400OnWords T
KeccakP-400-reference.o KeccakP400Round T
KeccakP-400-reference.o KeccakP400_AddByte T
KeccakP-400-reference.o KeccakP400_AddBytes T
KeccakP-400-reference.o KeccakP400_ExtractAndAddBytes T
KeccakP-400-reference.o KeccakP400_ExtractBytes T
KeccakP-400-reference.o KeccakP400_Initialize T
KeccakP-400-reference.o KeccakP400_OverwriteBytes T
KeccakP-400-reference.o KeccakP400_OverwriteWithZeroes T
KeccakP-400-reference.o KeccakP400_Permute_20rounds T
KeccakP-400-reference.o KeccakP400_Permute_Nrounds T
isap.o ISAP_IV_A R
isap.o ISAP_IV_KA R
isap.o ISAP_IV_KE R
isap.o isap_enc T
isap.o isap_mac T
isap.o isap_rk T
permutation.o Permutation_AddBytes T
permutation.o Permutation_ExtractBytes T
permutation.o Permutation_Initialize T
permutation.o Permutation_OverwriteBytes T
permutation.o Permutation_Permute_Nrounds T
permutation.o print_state T

Number of similar (implementation,compiler) pairs: 8, namely:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
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)