Implementation notes: amd64, zen3, crypto_hash/prh64s256

Computer: zen3
Architecture: amd64
CPU ID: AuthenticAMD-00a20f10-178bfbff
SUPERCOP version: 20211108
Operation: crypto_hash
Primitive: prh64s256
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
11503031 0 014384 836 952refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022020620211108
11843165 0 017168 860 888refclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2022020620211108
12072863 0 013832 836 952refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022020620211108
12424551 0 017896 836 952refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022020620211108
12626317 0 025696 860 920refclang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2022020620211108
12656317 0 025456 860 920refclang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2022020620211108
13182945 0 014344 860 888refclang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2022020620211108
13462928 0 014070 852 888refclang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2022020620211108

Compiler output

Implementation: ref
Security model: constbranchindex
Compiler: gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE
try.c: /usr/bin/ld: libcrypto_hash_prh64s256.a(hash.o): in function `prvhash64s_update.part.0':
try.c: hash.c:(.text+0x...): undefined reference to `prvhash_core64'
try.c: /usr/bin/ld: hash.c:(.text+0x...): undefined reference to `prvhash_core64'
try.c: /usr/bin/ld: hash.c:(.text+0x...): undefined reference to `prvhash_core64'
try.c: /usr/bin/ld: hash.c:(.text+0x...): undefined reference to `prvhash_core64'
try.c: /usr/bin/ld: hash.c:(.text+0x...): undefined reference to `prvhash_core64'
try.c: /usr/bin/ld: libcrypto_hash_prh64s256.a(hash.o):hash.c:(.text+0x...): more undefined references to `prvhash_core64' follow
try.c: collect2: error: ld returned 1 exit status

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