Implementation notes: amd64, jasper, crypto_aead/aes192avalanchev1

Computer: jasper
Microarchitecture: amd64; Tremont (906c0)
Architecture: amd64
CPU ID: GenuineIntel-000906c0-20-bfebfbff
SUPERCOP version: 20240625
Operation: crypto_aead
Primitive: aes192avalanchev1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
2853319658785 0 026105 884 1016T:refclang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062720240625
2940297538276 0 026773 876 1016T:refclang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062720240625
2944051727581 0 023773 876 1016T:refclang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062720240625
2967796406313 0 021686 860 1048T:refgcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062720240625
3097559939746 0 026318 860 1048T:refgcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062720240625
3624392025542 0 020387 868 1016T:refclang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062720240625
4159761385090 0 019387 868 1016T:refclang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062720240625
4322321645706 0 020710 860 1048T:refgcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062720240625
6451129914438 0 018275 860 1048T:refgcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062720240625

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_aes192avalanchev1_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)