Implementation notes: amd64, hydra4, crypto_aead/aes256avalanchev1

Computer: hydra4
Microarchitecture: amd64; K10 32nm (300f10)
Architecture: amd64
CPU ID: AuthenticAMD-00300f10-178bfbff
SUPERCOP version: 20240625
Operation: crypto_aead
Primitive: aes256avalanchev1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
4329850049232 0 026601 884 1016T:refclang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062820240625
4332818069232 0 026601 884 1016T:refclang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062820240625
4745984757612 0 024113 884 1016T:refclang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062820240625
4752419875577 0 020511 876 1016T:refclang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062820240625
4956080097046 0 022822 860 1048T:refgcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062820240625
53181849210505 0 027510 860 1048T:refgcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062820240625
5685882915165 0 019551 876 1016T:refclang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062820240625
6114421814556 0 018459 860 1048T:refgcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062820240625
6379556165775 0 020870 860 1048T:refgcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062820240625

Compiler output


avalanche.c: avalanche.c:85:6: warning: unused variable 'test' [-Wunused-variable]
avalanche.c:         int test = 0;
avalanche.c:             ^
avalanche.c: avalanche.c:162:21: warning: unused variable 'numOfChunks' [-Wunused-variable]
avalanche.c:         unsigned long long numOfChunks = (unsigned long long) ceil(
avalanche.c:                            ^
avalanche.c: 2 warnings generated.
rmac.c: rmac.c:28:6: warning: unused variable 'j' [-Wunused-variable]
rmac.c:         int j;
rmac.c:             ^
rmac.c: 1 warning generated.

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)
T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)

Compiler output


avalanche.c: avalanche.c: In function 'PCMACDec':
avalanche.c: avalanche.c:85:6: warning: unused variable 'test' [-Wunused-variable]
avalanche.c:    85 |  int test = 0;
avalanche.c:       |      ^~~~
avalanche.c: avalanche.c: In function 'crypto_aead_aes256avalanchev1_ref_timingleaks_encrypt':
avalanche.c: avalanche.c:162:21: warning: unused variable 'numOfChunks' [-Wunused-variable]
avalanche.c:   162 |  unsigned long long numOfChunks = (unsigned long long) ceil(
avalanche.c:       |                     ^~~~~~~~~~~
rmac.c: rmac.c: In function 'AppendOne':
rmac.c: rmac.c:28:6: warning: unused variable 'j' [-Wunused-variable]
rmac.c:    28 |  int j;
rmac.c:       |      ^

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)