Skip to content

Commit 4b52d22

Browse files
authored
[Support][BLAKE3] Prefix blake3_xof_many_avx512 (#148607)
This symbol was introduced in #147948, but not prefixed, resulting in conflicts if libblake3 and LLVM are both linked statically into the same binary.
1 parent 0d5325b commit 4b52d22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/lib/Support/BLAKE3/llvm_blake3_prefix.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
#define _blake3_compress_in_place_avx512 _llvm_blake3_compress_in_place_avx512
3535
#define blake3_compress_xof_avx512 llvm_blake3_compress_xof_avx512
3636
#define _blake3_compress_xof_avx512 _llvm_blake3_compress_xof_avx512
37+
#define blake3_xof_many_avx512 llvm_blake3_xof_many_avx512
38+
#define _blake3_xof_many_avx512 _llvm_blake3_xof_many_avx512
3739
#define blake3_hash_many_avx512 llvm_blake3_hash_many_avx512
3840
#define _blake3_hash_many_avx512 _llvm_blake3_hash_many_avx512
3941
#define blake3_hash_many_neon llvm_blake3_hash_many_neon

0 commit comments

Comments
 (0)