Test results for amd64, speed2supercop, crypto_kem/remblem1056

[Page version: 20240911 13:07:51]

Measurements for amd64, speed2supercop, crypto_kem Test results for amd64, speed2supercop, crypto_kem Test results for crypto_kem/remblem1056
Computer: speed2supercop
Microarchitecture: amd64; Haswell+AES (306c3)
Architecture: amd64
CPU ID: GenuineIntel-000306c3-1fc9cbf5
SUPERCOP version: 20240909
Operation: crypto_kem
Primitive: remblem1056
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
2530687632959 4312 7258970 5200 1632T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024071220240625
2536777632301 4312 7259546 5200 1632T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024071220240625
2548980028143 4320 7254382 5184 1696T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024071220240625
2592376429349 4312 7256498 5200 1632T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024071220240625
2612251210644 4320 7234870 5184 1696T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024071220240625
2614260012359 4312 7235978 5200 1632T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024071220240625
261609628550 4312 7232948 5192 1728T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024071220240625
264387127173 4320 7231113 5184 1696T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024071220240625
272096126095 4320 7228920 5176 1664T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024071220240625

Compiler output


kem.c: kem.c:97:16: warning: unused variable 'D_tmp' [-Wunused-variable]
kem.c:         unsigned char D_tmp[32];
kem.c:                       ^
kem.c: kem.c:198:9: warning: unused variable 'j' [-Wunused-variable]
kem.c:         int i, j;
kem.c:                ^
kem.c: kem.c:322:16: warning: unused variable 'j' [-Wunused-variable]
kem.c:         int i, j, bit;
kem.c:                ^
kem.c: kem.c:322:19: warning: unused variable 'bit' [-Wunused-variable]
kem.c:         int i, j, bit;
kem.c:                   ^
kem.c: kem.c:366:24: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
kem.c:         bytes_from_modq(pk+32,pPubKey_B,CRYPTO_R_n);
kem.c:                               ^~~~~~~~~
kem.c: kem.c:27:60: note: passing argument to parameter 'x' here
kem.c: static void bytes_from_modq(unsigned char *y,unsigned int *x,int xlen)
kem.c:                                                            ^
kem.c: kem.c:340:9: warning: unused variable 'j' [-Wunused-variable]
kem.c:         int i, j, bit;
kem.c:                ^
kem.c: kem.c:340:12: warning: unused variable 'bit' [-Wunused-variable]
kem.c:         int i, j, bit;
kem.c:                   ^
kem.c: kem.c:454:6: warning: unused variable 'tmp' [-Wunused-variable]
kem.c: ...
rng.c: rng.c:123:6: warning: variable 'ciphertext_len' set but not used [-Wunused-but-set-variable]
rng.c:         int ciphertext_len;
rng.c:             ^
rng.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_16.0.6_(27+b1))
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1))
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1))
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1))
T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1))

Compiler output


kem.c: kem.c: In function 'SHA256_OS':
kem.c: kem.c:97:23: warning: unused variable 'D_tmp' [-Wunused-variable]
kem.c:    97 |         unsigned char D_tmp[32];
kem.c:       |                       ^~~~~
kem.c: kem.c: In function 'p_add':
kem.c: kem.c:198:16: warning: unused variable 'j' [-Wunused-variable]
kem.c:   198 |         int i, j;
kem.c:       |                ^
kem.c: kem.c: In function 'keys_from_pk':
kem.c: kem.c:322:19: warning: unused variable 'bit' [-Wunused-variable]
kem.c:   322 |         int i, j, bit;
kem.c:       |                   ^~~
kem.c: kem.c:322:16: warning: unused variable 'j' [-Wunused-variable]
kem.c:   322 |         int i, j, bit;
kem.c:       |                ^
kem.c: kem.c: In function 'keys_from_sk':
kem.c: kem.c:366:31: warning: pointer targets in passing argument 2 of 'bytes_from_modq' differ in signedness [-Wpointer-sign]
kem.c:   366 |         bytes_from_modq(pk+32,pPubKey_B,CRYPTO_R_n);
kem.c:       |                               ^~~~~~~~~
kem.c:       |                               |
kem.c:       |                               int *
kem.c: kem.c:27:60: note: expected 'unsigned int *' but argument is of type 'int *'
kem.c:    27 | static void bytes_from_modq(unsigned char *y,unsigned int *x,int xlen)
kem.c:       |                                              ~~~~~~~~~~~~~~^
kem.c: kem.c:340:19: warning: unused variable 'bit' [-Wunused-variable]
kem.c: ...
rng.c: rng.c: In function 'AES256_ECB':
rng.c: rng.c:123:13: warning: variable 'ciphertext_len' set but not used [-Wunused-but-set-variable]
rng.c:   123 |         int ciphertext_len;
rng.c:       |             ^~~~~~~~~~~~~~

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