Implementation notes: amd64, h4e450, crypto_kem/hqcrmrs128

Computer: h4e450
Architecture: amd64
CPU ID: AuthenticAMD-00500f20-178bfbff
SUPERCOP version: 20200618
Operation: crypto_kem
Primitive: hqcrmrs128

Compiler output

Implementation: avx
Security model: unknown
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
gf.c: gf.c:116:16: 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-6.0/lib/clang/6.0.0/include/__wmmintrin_pclmul.h:54: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 (compiler,implementation) pairs: 5, namely:
CompilerImplementations
clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE avx
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE avx
clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE avx
clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE avx
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE avx

Compiler output

Implementation: avx
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
gf.c: In file included from gf.c:9:0:
gf.c: gf.c: In function 'gf_mul':
gf.c: /usr/lib/gcc/x86_64-linux-gnu/7/include/wmmintrin.h:116:1: error: inlining failed in call to always_inline '_mm_clmulepi64_si128': target specific option mismatch
gf.c: _mm_clmulepi64_si128 (__m128i __X, __m128i __Y, const int __I)
gf.c: ^~~~~~~~~~~~~~~~~~~~
gf.c: gf.c:116:10: note: called from here
gf.c: __m128i vab = _mm_clmulepi64_si128(va, vb, 0);
gf.c: ^~~
gf.c: In file included from gf.c:9:0:
gf.c: /usr/lib/gcc/x86_64-linux-gnu/7/include/wmmintrin.h:116:1: error: inlining failed in call to always_inline '_mm_clmulepi64_si128': target specific option mismatch
gf.c: _mm_clmulepi64_si128 (__m128i __X, __m128i __Y, const int __I)
gf.c: ^~~~~~~~~~~~~~~~~~~~
gf.c: gf.c:116:10: note: called from here
gf.c: __m128i vab = _mm_clmulepi64_si128(va, vb, 0);
gf.c: ^~~
gf.c: In file included from gf.c:9:0:
gf.c: /usr/lib/gcc/x86_64-linux-gnu/7/include/wmmintrin.h:116:1: error: inlining failed in call to always_inline '_mm_clmulepi64_si128': target specific option mismatch
gf.c: _mm_clmulepi64_si128 (__m128i __X, __m128i __Y, const int __I)
gf.c: ^~~~~~~~~~~~~~~~~~~~
gf.c: gf.c:116:10: note: called from here
gf.c: __m128i vab = _mm_clmulepi64_si128(va, vb, 0);
gf.c: ^~~

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE avx
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE avx

Compiler output

Implementation: avx
Security model: unknown
Compiler: gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE
gf.c: In file included from gf.c:9:0:
gf.c: gf.c: In function 'gf_mul':
gf.c: /usr/lib/gcc/x86_64-linux-gnu/7/include/wmmintrin.h:116:1: error: inlining failed in call to always_inline '_mm_clmulepi64_si128': target specific option mismatch
gf.c: _mm_clmulepi64_si128 (__m128i __X, __m128i __Y, const int __I)
gf.c: ^~~~~~~~~~~~~~~~~~~~
gf.c: gf.c:116:10: note: called from here
gf.c: __m128i vab = _mm_clmulepi64_si128(va, vb, 0);
gf.c: ^~~
gf.c: In file included from gf.c:9:0:
gf.c: /usr/lib/gcc/x86_64-linux-gnu/7/include/wmmintrin.h:116:1: error: inlining failed in call to always_inline '_mm_clmulepi64_si128': target specific option mismatch
gf.c: _mm_clmulepi64_si128 (__m128i __X, __m128i __Y, const int __I)
gf.c: ^~~~~~~~~~~~~~~~~~~~
gf.c: gf.c:116:10: note: called from here
gf.c: __m128i vab = _mm_clmulepi64_si128(va, vb, 0);
gf.c: ^~~

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE avx
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE avx