Implementation notes: amd64, zen3, crypto_kem/hqcrmrs256

Computer: zen3
Architecture: amd64
CPU ID: AuthenticAMD-00a20f10-178bfbff
SUPERCOP version: 20211108
Operation: crypto_kem
Primitive: hqcrmrs256
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
267062779236 8 52500133219 916 54264T:avxgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022020720211108
276679736637 8 5250088163 916 54264T:avxgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022020720211108
281596337424 8 5250089763 916 54264T:avxgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022020720211108
346812429724 8 5250080191 908 54232T:avxgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022020720211108

Test failure

Implementation: T:avx
Security model: timingleaks
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
error 111

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:avx
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:avx
clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:avx
clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:avx

Compiler output

Implementation: T:avx
Security model: timingleaks
Compiler: clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
gf2x.c: gf2x.c:365:11: error: always_inline function '_mm256_lddqu_si256' requires target feature 'avx', but would be inlined into function 'TOOM3Mult' that is compiled without support for 'avx'
gf2x.c: U0[i] = _mm256_lddqu_si256((__m256i const *)(& A[i4]));
gf2x.c: ^
gf2x.c: gf2x.c:365:11: error: AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
gf2x.c: gf2x.c:366:11: error: always_inline function '_mm256_lddqu_si256' requires target feature 'avx', but would be inlined into function 'TOOM3Mult' that is compiled without support for 'avx'
gf2x.c: V0[i] = _mm256_lddqu_si256((__m256i const *)(& B[i4]));
gf2x.c: ^
gf2x.c: gf2x.c:366:11: error: AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
gf2x.c: gf2x.c:367:11: error: always_inline function '_mm256_lddqu_si256' requires target feature 'avx', but would be inlined into function 'TOOM3Mult' that is compiled without support for 'avx'
gf2x.c: U1[i] = _mm256_lddqu_si256((__m256i const *)(& A[i42 + T_TM3_3W_64]));
gf2x.c: ^
gf2x.c: gf2x.c:367:11: error: AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
gf2x.c: gf2x.c:368:11: error: always_inline function '_mm256_lddqu_si256' requires target feature 'avx', but would be inlined into function 'TOOM3Mult' that is compiled without support for 'avx'
gf2x.c: V1[i] = _mm256_lddqu_si256((__m256i const *)(& B[i42 + T_TM3_3W_64]));
gf2x.c: ^
gf2x.c: gf2x.c:368:11: error: AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
gf2x.c: gf2x.c:369:11: error: always_inline function '_mm256_lddqu_si256' requires target feature 'avx', but would be inlined into function 'TOOM3Mult' that is compiled without support for 'avx'
gf2x.c: U2[i] = _mm256_lddqu_si256((__m256i const *)(& A[i4 + T2 - 4]));
gf2x.c: ^
gf2x.c: gf2x.c:369:11: error: AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
gf2x.c: gf2x.c:370:11: error: always_inline function '_mm256_lddqu_si256' requires target feature 'avx', but would be inlined into function 'TOOM3Mult' that is compiled without support for 'avx'
gf2x.c: V2[i] = _mm256_lddqu_si256((__m256i const *)(& B[i4 + T2 - 4]));
gf2x.c: ^
gf2x.c: gf2x.c:370:11: error: AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
gf2x.c: gf2x.c:414:11: error: always_inline function '_mm256_lddqu_si256' requires target feature 'avx', but would be inlined into function 'TOOM3Mult' that is compiled without support for 'avx'
gf2x.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:avx