Implementation notes: amd64, jasper, crypto_aead/aes128avalanchev1

Computer: jasper
Microarchitecture: amd64; Tremont (906c0)
Architecture: amd64
CPU ID: GenuineIntel-000906c0-20-bfebfbff
SUPERCOP version: 20240625
Operation: crypto_aead
Primitive: aes128avalanchev1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
2856239958337 0 025641 884 1016T:refclang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062720240625
2936709207133 0 023309 876 1016T:refclang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062720240625
2939295377828 0 026309 876 1016T:refclang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062720240625
2966696786111 0 021494 860 1048T:refgcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062720240625
3099167589152 0 025734 860 1048T:refgcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062720240625
3651789085359 0 020187 868 1016T:refclang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062720240625
3884781105043 0 019323 868 1016T:refclang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062720240625
3947041605517 0 020526 860 1048T:refgcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062720240625
6700244284334 0 018163 860 1048T:refgcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062720240625

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)