Test results for amd64, h8atom, crypto_stream/tpy6

[Page version: 20240912 08:39:10]

Measurements for amd64, h8atom, crypto_stream Test results for amd64, h8atom, crypto_stream Test results for crypto_stream/tpy6
Computer: h8atom
Microarchitecture: amd64; Bonnell (30661)
Architecture: amd64
CPU ID: GenuineIntel-00030661-bfebfbff
SUPERCOP version: 20240909
Operation: crypto_stream
Primitive: tpy6
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
172346032 0 3280120780 816 33600T:e/tpy6clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024062920240625
173605296 0 3280118868 816 33600T:e/tpy6clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024062920240625
186974152 0 3280116700 816 33600T:e/tpy6clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024062920240625
191314130 0 3280115942 808 33600T:e/tpy6clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024062920240625
256836681 0 3280121420 816 33600T:e/tpy6clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024062920240625
258793845 218 3280415777 978 33664T:e/tpy6gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024062920240625
270904615 218 3280418230 1002 33696T:e/tpy6gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024062920240625
282035119 218 3280420158 1002 33696T:e/tpy6gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024062920240625
321304421 218 3280417605 994 33696T:e/tpy6gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024062920240625

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 (Ubuntu_Clang_14.0.0)
T:e/tpy6clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
T:e/tpy6clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
T:e/tpy6clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
T:e/tpy6clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)

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 (11.4.0)
T:e/tpy6gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
T:e/tpy6gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
T:e/tpy6gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)