Test results for amd64, speed2supercop, crypto_kem/hqc256round4
[Page version: 20240911 13:07:51]
Measurements for amd64, speed2supercop, crypto_kem
Test results for amd64, speed2supercop, crypto_kem
Test results for crypto_kem/hqc256round4
Computer: speed2supercop
Microarchitecture: amd64; Haswell+AES (306c3)
Architecture: amd64
CPU ID: GenuineIntel-000306c3-1fc9cbf5
SUPERCOP version: 20240909
Operation: crypto_kem
Primitive: hqc256round4
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
2877828 | 65681 8 261216 | 88191 816 262784 | T:avx | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240711 | 20240625 |
3123796 | 83628 8 261280 | 104693 768 262880 | T:avx | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240711 | 20240625 |
3255628 | 43738 8 261216 | 62719 800 262848 | T:avx | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240711 | 20240625 |
3472556 | 47335 8 261216 | 65839 816 262784 | T:avx | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240711 | 20240625 |
3588944 | 41862 8 261280 | 60437 768 262880 | T:avx | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240711 | 20240625 |
Test failure
error 111
crypto_kem_dec does not match k
Number of similar (implementation,compiler) pairs: 3, namely:
Implementation | Compiler |
T:avx | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1)) |
T:avx | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0) |
T:avx | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0) |
Compiler output
gf.c: gf.c:91:19: error: '__builtin_ia32_pclmulqdq128' needs target feature pclmul
gf.c: __m128i vab = _mm_clmulepi64_si128(va, vb, 0);
gf.c: ^
gf.c: /usr/lib/llvm-16/lib/clang/16/include/__wmmintrin_pclmul.h:45:13: note: expanded from macro '_mm_clmulepi64_si128'
gf.c: ((__m128i)__builtin_ia32_pclmulqdq128((__v2di)(__m128i)(X), \
gf.c: ^
gf.c: 1 error generated.
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:avx | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1)) |
Compiler output
reed_muller.c: reed_muller.c: In function 'find_peaks':
reed_muller.c: reed_muller.c:247:37: warning: 'tmp' is used uninitialized [-Wuninitialized]
reed_muller.c: 247 | result |= message_mask & ptr[i];
reed_muller.c: | ~~~^~~
reed_muller.c: reed_muller.c:208:13: note: 'tmp' was declared here
reed_muller.c: 208 | __m256i tmp = (__m256i) {0ULL, 0ULL, 0ULL, 0ULL};
reed_muller.c: | ^~~
Number of similar (implementation,compiler) pairs: 2, namely:
Implementation | Compiler |
T:avx | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0) |
T:avx | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0) |
Compiler output
reed_muller.c: reed_muller.c: In function 'find_peaks':
reed_muller.c: reed_muller.c:247:37: warning: 'tmp' is used uninitialized [-Wuninitialized]
reed_muller.c: 247 | result |= message_mask & ptr[i];
reed_muller.c: | ~~~^~~
reed_muller.c: reed_muller.c:208:13: note: 'tmp' declared here
reed_muller.c: 208 | __m256i tmp = (__m256i) {0ULL, 0ULL, 0ULL, 0ULL};
reed_muller.c: | ^~~
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:avx | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0) |