Implementation notes: amd64, comet, crypto_aead/isapxv20

Computer: comet
Microarchitecture: amd64; Comet Lake (806ec)
Architecture: amd64
CPU ID: GenuineIntel-000806ec-bfebfbff
SUPERCOP version: 20240625
Operation: crypto_aead
Primitive: isapxv20
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
15396059611 0 023563 868 1024T:refclang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062920240625
24591777713 0 021788 788 1088T:refgcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062920240625
263843010100 0 024723 868 1056T:refclang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062920240625
281310610820 0 025739 868 1088T:refclang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062920240625
80688896604 0 018971 868 1024T:refclang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062920240625
94039405950 0 018924 788 1088T:refgcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062920240625
133815876696 0 019563 852 1088T:refclang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062920240625
134439875880 0 018547 780 1088T:refgcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062920240625
155580504897 0 016423 764 1056T:refgcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062920240625

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: 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 (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)

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: 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: ...

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