util/blake3: Patch with hidden visibility for asm symbols.
authorTatsuyuki Ishi <ishitatsuyuki@gmail.com>
Mon, 10 Apr 2023 02:44:54 +0000 (11:44 +0900)
committerMarge Bot <emma+marge@anholt.net>
Sat, 22 Apr 2023 01:28:38 +0000 (01:28 +0000)
commit0e30076d8342aa2d509f1dc5cd024be4afb627f4
treed8602b6dde567e5c887f4397ee296bb736ef7382
parent77826e835243291df664ccf2a7b8405287b72387
util/blake3: Patch with hidden visibility for asm symbols.

For Unix platforms, the symbol visibility needs to be hidden to avoid
exposing them in driver shared objects.

Acked-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22387>
src/util/blake3/README
src/util/blake3/blake3_avx2_x86-64_unix.S
src/util/blake3/blake3_avx512_x86-64_unix.S
src/util/blake3/blake3_sse2_x86-64_unix.S
src/util/blake3/blake3_sse41_x86-64_unix.S
src/util/blake3/mesa_blake3_visibility.h [new file with mode: 0644]