Implementation notes: amd64, h9trinity, crypto_hash/bblake512

Computer: h9trinity
Architecture: amd64
CPU ID: AuthenticAMD-00610f01-178bfbff
SUPERCOP version: 20200618
Operation: crypto_hash
Primitive: bblake512

Compiler output

Implementation: xop
Security model: unknown
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
try.c: crypto_hash_bblake512.a(hash.o): In function `blake512_update':
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress'
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress'
try.c: crypto_hash_bblake512.a(hash.o): In function `blake512_final':
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress'
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress'
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress'
try.c: crypto_hash_bblake512.a(hash.o):hash.c:(.text+0x...): more undefined references to `blake512_compress' follow
try.c: crypto_hash_bblake512.a(hash.o): In function `crypto_hash_bblake512_xop':
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress2'
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress'
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress'
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress'
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE xop
clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE xop

Compiler output

Implementation: xop
Security model: unknown
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
try.c: crypto_hash_bblake512.a(hash.o): In function `crypto_hash_old':
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress'
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress'
try.c: crypto_hash_bblake512.a(hash.o): In function `blake512_final':
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress'
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress'
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress'
try.c: crypto_hash_bblake512.a(hash.o):hash.c:(.text+0x...): more undefined references to `blake512_compress' follow
try.c: crypto_hash_bblake512.a(hash.o): In function `crypto_hash_bblake512_xop':
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress2'
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress'
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress'
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress'
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress'
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress'
try.c: crypto_hash_bblake512.a(hash.o):hash.c:(.text+0x...): more undefined references to `blake512_compress' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

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

Compiler output

Implementation: xop
Security model: unknown
Compiler: clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
try.c: crypto_hash_bblake512.a(hash.o): In function `blake512_update':
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress'
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress'
try.c: crypto_hash_bblake512.a(hash.o): In function `crypto_hash_bblake512_xop':
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress2'
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE xop

Compiler output

Implementation: xop
Security model: unknown
Compiler: clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
hash.c: hash.c:81:8: error: always_inline function '_mm_perm_epi8' requires target feature 'sse4a', but would be inlined into function 'blake512_compress' that is compiled without support for 'sse4a'
hash.c: m0 = BSWAP64(m0);
hash.c: ^
hash.c: ./rounds.h:13:21: note: expanded from macro 'BSWAP64'
hash.c: #define BSWAP64(x) _mm_perm_epi8((x),(x),u8to64)
hash.c: ^
hash.c: hash.c:82:8: error: always_inline function '_mm_perm_epi8' requires target feature 'sse4a', but would be inlined into function 'blake512_compress' that is compiled without support for 'sse4a'
hash.c: m1 = BSWAP64(m1);
hash.c: ^
hash.c: ./rounds.h:13:21: note: expanded from macro 'BSWAP64'
hash.c: #define BSWAP64(x) _mm_perm_epi8((x),(x),u8to64)
hash.c: ^
hash.c: hash.c:83:8: error: always_inline function '_mm_perm_epi8' requires target feature 'sse4a', but would be inlined into function 'blake512_compress' that is compiled without support for 'sse4a'
hash.c: m2 = BSWAP64(m2);
hash.c: ^
hash.c: ./rounds.h:13:21: note: expanded from macro 'BSWAP64'
hash.c: #define BSWAP64(x) _mm_perm_epi8((x),(x),u8to64)
hash.c: ^
hash.c: hash.c:84:8: error: always_inline function '_mm_perm_epi8' requires target feature 'sse4a', but would be inlined into function 'blake512_compress' that is compiled without support for 'sse4a'
hash.c: m3 = BSWAP64(m3);
hash.c: ^
hash.c: ./rounds.h:13:21: note: expanded from macro 'BSWAP64'
hash.c: #define BSWAP64(x) _mm_perm_epi8((x),(x),u8to64)
hash.c: ^
hash.c: hash.c:85:8: error: always_inline function '_mm_perm_epi8' requires target feature 'sse4a', but would be inlined into function 'blake512_compress' that is compiled without support for 'sse4a'
hash.c: ...

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

Compiler output

Implementation: xop
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
try.c: crypto_hash_bblake512.a(hash.o): In function `blake512_update':
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress'
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress'
try.c: crypto_hash_bblake512.a(hash.o): In function `crypto_hash_bblake512_xop':
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress2'
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 xop
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE xop
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE xop

Compiler output

Implementation: xop
Security model: unknown
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE
try.c: crypto_hash_bblake512.a(hash.o): In function `blake512_update':
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress'
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress'
try.c: crypto_hash_bblake512.a(hash.o): In function `crypto_hash_old':
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress'
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress'
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress'
try.c: crypto_hash_bblake512.a(hash.o):hash.c:(.text+0x...): more undefined references to `blake512_compress' follow
try.c: crypto_hash_bblake512.a(hash.o): In function `crypto_hash_bblake512_xop':
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress2'
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress'
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress'
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress'
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress'
try.c: hash.c:(.text+0x...): undefined reference to `blake512_compress'
try.c: crypto_hash_bblake512.a(hash.o):hash.c:(.text+0x...): more undefined references to `blake512_compress' 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 xop