Implementation notes: amd64, avx512imath, crypto_kem/saberx4

Computer: avx512imath
Architecture: amd64
CPU ID: GenuineIntel-00050657-bfebfbff
SUPERCOP version: 20210125
Operation: crypto_kem
Primitive: saberx4

Compiler output

Implementation: T:avx2
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
try.c: /usr/bin/ld: crypto_kem_saberx4.a(fips202x4.o): in function `keccak_squeezeblocks4x':
try.c: fips202x4.c:(.text+0x...): undefined reference to `KeccakP1600times4_PermuteAll_24rounds'
try.c: /usr/bin/ld: crypto_kem_saberx4.a(fips202x4.o): in function `keccak_absorb4x':
try.c: fips202x4.c:(.text+0x...): undefined reference to `KeccakP1600times4_PermuteAll_24rounds'
try.c: collect2: error: ld returned 1 exit status

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

Compiler output

Implementation: T:avx2
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE
try.c: /usr/bin/ld: crypto_kem_saberx4.a(fips202x4.o): in function `keccak_squeezeblocks4x.constprop.1':
try.c: fips202x4.c:(.text+0x...): undefined reference to `KeccakP1600times4_PermuteAll_24rounds'
try.c: /usr/bin/ld: crypto_kem_saberx4.a(fips202x4.o): in function `keccak_absorb4x.constprop.1':
try.c: fips202x4.c:(.text+0x...): undefined reference to `KeccakP1600times4_PermuteAll_24rounds'
try.c: /usr/bin/ld: crypto_kem_saberx4.a(fips202x4.o): in function `shake128x4':
try.c: fips202x4.c:(.text+0x...): undefined reference to `KeccakP1600times4_PermuteAll_24rounds'
try.c: /usr/bin/ld: fips202x4.c:(.text+0x...): undefined reference to `KeccakP1600times4_PermuteAll_24rounds'
try.c: /usr/bin/ld: crypto_kem_saberx4.a(fips202x4.o): in function `shake256x4':
try.c: fips202x4.c:(.text+0x...): undefined reference to `KeccakP1600times4_PermuteAll_24rounds'
try.c: /usr/bin/ld: crypto_kem_saberx4.a(fips202x4.o):fips202x4.c:(.text+0x...): more undefined references to `KeccakP1600times4_PermuteAll_24rounds' follow
try.c: collect2: error: ld returned 1 exit status

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