Implementation notes: amd64, dali, crypto_aead/aes128avalanchev1

Computer: dali
Microarchitecture: amd64; Zen (820f01)
Architecture: amd64
CPU ID: AuthenticAMD-00820f01-178bfbff
SUPERCOP version: 20240625
Operation: crypto_aead
Primitive: aes128avalanchev1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
2607734708337 0 025673 884 1016T:refclang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062820240625
2673695959634 0 026589 876 1048T:refclang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062820240625
2696484468955 0 025781 876 1048T:refclang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062820240625
2752955076315 0 021774 860 1048T:refgcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062820240625
2753886738930 0 025398 860 1048T:refgcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062820240625
3210391555086 0 019507 868 1016T:refclang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062820240625
4231467075420 0 020155 868 1016T:refclang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062820240625
4683903444396 0 018283 860 1048T:refgcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062820240625
4742248985519 0 020590 860 1048T:refgcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062820240625

Compiler output


avalanche.c: avalanche.c:86:6: warning: unused variable 'test' [-Wunused-variable]
avalanche.c:         int test = 0;
avalanche.c:             ^
avalanche.c: avalanche.c:163: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:86:6: warning: unused variable 'test' [-Wunused-variable]
avalanche.c:    86 |  int test = 0;
avalanche.c:       |      ^~~~
avalanche.c: avalanche.c: In function 'crypto_aead_aes128avalanchev1_ref_timingleaks_encrypt':
avalanche.c: avalanche.c:163:21: warning: unused variable 'numOfChunks' [-Wunused-variable]
avalanche.c:   163 |  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)