Implementation notes: amd64, speed2supercop, crypto_aead/isapxv20

Computer: speed2supercop
Microarchitecture: amd64; Haswell+AES (306c3)
Architecture: amd64
CPU ID: GenuineIntel-000306c3-1fc9cbf5
SUPERCOP version: 20240808
Operation: crypto_aead
Primitive: isapxv20
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
18212288849 0 022784 808 856T:refclang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024070320240625
19426209396 0 024520 808 872T:refclang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024070320240625
19464648724 0 023656 808 872T:refclang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024070320240625
28441727969 0 021549 760 928T:refgcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024070320240625
82278646595 0 018328 808 856T:refclang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024070320240625
88312326524 0 018783 792 920T:refclang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024070320240625
96277845918 0 018285 760 928T:refgcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024070320240625
142575685812 0 018036 752 928T:refgcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024070320240625
209893444894 0 016024 736 896T:refgcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024070320240625

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 (13.3.0)
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0)
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.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 (13.3.0)