Test results for amd64, nucnuc, crypto_stream/tpy

[Page version: 20241107 11:03:34]

Measurements for amd64, nucnuc, crypto_stream Test results for amd64, nucnuc, crypto_stream Test results for crypto_stream/tpy
Computer: nucnuc
Microarchitecture: amd64; Airmont (406c3)
Architecture: amd64
CPU ID: GenuineIntel-000406c3-bfebfbff
SUPERCOP version: 20241022
Operation: crypto_stream
Primitive: tpy
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
193616193 0 3433721288 812 35288T:e/tpyclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024070320240625
195734433 0 3433717230 804 35288T:e/tpyclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024070320240625
200155282 218 3434020008 1008 35384T:e/tpygcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024070320240625
202095449 0 3433719296 812 35288T:e/tpyclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024070320240625
202195449 0 3433720944 812 35288T:e/tpyclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024070320240625
203454770 218 3434018256 1008 35384T:e/tpygcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024070320240625
208924439 0 3433716750 804 35288T:e/tpyclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024070320240625
209034607 218 3434017599 1000 35384T:e/tpygcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024070320240625
216093467 218 3434015227 984 35352T:e/tpygcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024070320240625

Compiler output


tpy.c: In file included from tpy.c:1:
tpy.c: ./e/tpy.c:93:7: warning: unused variable 'keysizeb' [-Wunused-variable]
tpy.c:   int keysizeb=(keysize+7)>>3;
tpy.c:       ^
tpy.c: ./e/tpy.c:215:7: warning: unused variable 'bl' [-Wunused-variable]
tpy.c:   int bl;
tpy.c:       ^
tpy.c: ./e/tpy.c:355:7: warning: unused variable 'output1b' [-Wunused-variable]
tpy.c:           u8 output1b[4];
tpy.c:              ^
tpy.c: ./e/tpy.c:310:7: warning: unused variable 'bl' [-Wunused-variable]
tpy.c:   int bl;
tpy.c:       ^
tpy.c: 4 warnings generated.

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

Compiler output


tpy.c: In file included from tpy.c:1:
tpy.c: e/tpy.c: In function 'crypto_stream_tpy_e_tpy_timingleaks_ECRYPT_ivsetup':
tpy.c: e/tpy.c:93:7: warning: unused variable 'keysizeb' [-Wunused-variable]
tpy.c:    93 |   int keysizeb=(keysize+7)>>3;
tpy.c:       |       ^~~~~~~~
tpy.c: e/tpy.c: In function 'crypto_stream_tpy_e_tpy_timingleaks_ECRYPT_process_bytes':
tpy.c: e/tpy.c:215:7: warning: unused variable 'bl' [-Wunused-variable]
tpy.c:   215 |   int bl;
tpy.c:       |       ^~
tpy.c: e/tpy.c: In function 'crypto_stream_tpy_e_tpy_timingleaks_ECRYPT_keystream_bytes':
tpy.c: e/tpy.c:355:7: warning: unused variable 'output1b' [-Wunused-variable]
tpy.c:   355 |    u8 output1b[4];
tpy.c:       |       ^~~~~~~~
tpy.c: e/tpy.c:310:7: warning: unused variable 'bl' [-Wunused-variable]
tpy.c:   310 |   int bl;
tpy.c:       |       ^~

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