Implementation notes: amd64, kizomba, crypto_stream/tpypy

Computer: kizomba
Microarchitecture: amd64; Kaby Lake (906e9)
Architecture: amd64
CPU ID: GenuineIntel-000906e9-1fc9cbf5
SUPERCOP version: 20240625
Operation: crypto_stream
Primitive: tpypy
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
105684367 0 3433716676 816 35136T:e/tpypyclang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062620240625
107087806 0 3433724172 816 35200T:e/tpypyclang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062620240625
108517806 0 3433723876 816 35168T:e/tpypyclang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062620240625
109466385 0 3433721124 816 35136T:e/tpypyclang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062620240625
120654397 0 3433717574 808 35200T:e/tpypyclang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062620240625
124704556 218 3434018166 1002 35232T:e/tpypygcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062620240625
125224318 218 3434017477 994 35232T:e/tpypygcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062620240625
125734864 218 3434020710 1002 35232T:e/tpypygcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062620240625
137303785 218 3434015753 978 35200T:e/tpypygcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062620240625

Compiler output


tpypy.c: In file included from tpypy.c:1:
tpypy.c: ./e/tpypy.c:92:7: warning: unused variable 'keysizeb' [-Wunused-variable]
tpypy.c:   int keysizeb=(keysize+7)>>3;
tpypy.c:       ^
tpypy.c: ./e/tpypy.c:209:7: warning: unused variable 'bl' [-Wunused-variable]
tpypy.c:   int bl;
tpypy.c:       ^
tpypy.c: ./e/tpypy.c:295:7: warning: unused variable 'bl' [-Wunused-variable]
tpypy.c:   int bl;
tpypy.c:       ^
tpypy.c: 3 warnings generated.

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

Compiler output


tpypy.c: In file included from tpypy.c:1:
tpypy.c: e/tpypy.c: In function 'crypto_stream_tpypy_e_tpypy_timingleaks_ECRYPT_ivsetup':
tpypy.c: e/tpypy.c:92:7: warning: unused variable 'keysizeb' [-Wunused-variable]
tpypy.c:    92 |   int keysizeb=(keysize+7)>>3;
tpypy.c:       |       ^~~~~~~~
tpypy.c: e/tpypy.c: In function 'crypto_stream_tpypy_e_tpypy_timingleaks_ECRYPT_process_bytes':
tpypy.c: e/tpypy.c:209:7: warning: unused variable 'bl' [-Wunused-variable]
tpypy.c:   209 |   int bl;
tpypy.c:       |       ^~
tpypy.c: e/tpypy.c: In function 'crypto_stream_tpypy_e_tpypy_timingleaks_ECRYPT_keystream_bytes':
tpypy.c: e/tpypy.c:295:7: warning: unused variable 'bl' [-Wunused-variable]
tpypy.c:   295 |   int bl;
tpypy.c:       |       ^~

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