Implementation notes: amd64, speed2supercop, crypto_stream/tpy6

Computer: speed2supercop
Microarchitecture: amd64; Haswell+AES (306c3)
Architecture: amd64
CPU ID: GenuineIntel-000306c3-1fc9cbf5
SUPERCOP version: 20240625
Operation: crypto_stream
Primitive: tpy6
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
66525073 0 3280119926 792 33600T:e/tpy6clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024070320240625
67246203 0 3280122294 792 33632T:e/tpy6clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024070320240625
67446459 0 3280122726 792 33632T:e/tpy6clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024070320240625
67604614 0 3280117671 784 33664T:e/tpy6clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024070320240625
68364337 0 3280116494 792 33600T:e/tpy6clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024070320240625
70763428 218 3280414544 954 33664T:e/tpy6gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024070320240625
73285098 218 3280419741 978 33696T:e/tpy6gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024070320240625
73444642 218 3280417245 978 33696T:e/tpy6gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024070320240625
78444110 218 3280416348 970 33696T:e/tpy6gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024070320240625

Compiler output


tpy6.c: In file included from tpy6.c:1:
tpy6.c: ./e/tpy6.c:96:7: warning: unused variable 'keysizeb' [-Wunused-variable]
tpy6.c:   int keysizeb=(keysize+7)>>3;
tpy6.c:       ^
tpy6.c: ./e/tpy6.c:222:7: warning: unused variable 'bl' [-Wunused-variable]
tpy6.c:   int bl;
tpy6.c:       ^
tpy6.c: ./e/tpy6.c:362:7: warning: unused variable 'output1b' [-Wunused-variable]
tpy6.c:           u8 output1b[4];
tpy6.c:              ^
tpy6.c: ./e/tpy6.c:317:7: warning: unused variable 'bl' [-Wunused-variable]
tpy6.c:   int bl;
tpy6.c:       ^
tpy6.c: 4 warnings generated.

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:e/tpy6clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1))
T:e/tpy6clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1))
T:e/tpy6clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1))
T:e/tpy6clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1))
T:e/tpy6clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1))

Compiler output


tpy6.c: In file included from tpy6.c:1:
tpy6.c: e/tpy6.c: In function 'crypto_stream_tpy6_e_tpy6_timingleaks_ECRYPT_ivsetup':
tpy6.c: e/tpy6.c:96:7: warning: unused variable 'keysizeb' [-Wunused-variable]
tpy6.c:    96 |   int keysizeb=(keysize+7)>>3;
tpy6.c:       |       ^~~~~~~~
tpy6.c: e/tpy6.c: In function 'crypto_stream_tpy6_e_tpy6_timingleaks_ECRYPT_process_bytes':
tpy6.c: e/tpy6.c:222:7: warning: unused variable 'bl' [-Wunused-variable]
tpy6.c:   222 |   int bl;
tpy6.c:       |       ^~
tpy6.c: e/tpy6.c: In function 'crypto_stream_tpy6_e_tpy6_timingleaks_ECRYPT_keystream_bytes':
tpy6.c: e/tpy6.c:362:14: warning: unused variable 'output1b' [-Wunused-variable]
tpy6.c:   362 |           u8 output1b[4];
tpy6.c:       |              ^~~~~~~~
tpy6.c: e/tpy6.c:317:7: warning: unused variable 'bl' [-Wunused-variable]
tpy6.c:   317 |   int bl;
tpy6.c:       |       ^~

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