Skip to content

Commit 0ebb1f0

Browse files
committed
[Support][BLAKE3] Restore static on blake3_hash4_neon
This was dropped in llvm#147948 and causes symbol conflicts if libblake3 is also linked.
1 parent 3299e42 commit 0ebb1f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Support/BLAKE3/blake3_neon.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ INLINE void load_counters4(uint64_t counter, bool increment_counter,
245245
counter_high(counter + (mask & 2)), counter_high(counter + (mask & 3)));
246246
}
247247

248+
static
248249
void blake3_hash4_neon(const uint8_t *const *inputs, size_t blocks,
249250
const uint32_t key[8], uint64_t counter,
250251
bool increment_counter, uint8_t flags,

0 commit comments

Comments
 (0)