mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 11:50:09 +01:00
gallium: add #warning to mutex-based atomic implementation
Some builds end up picking this up.
This commit is contained in:
parent
3a618da6e1
commit
db93dcecc8
1 changed files with 1 additions and 0 deletions
|
|
@ -299,6 +299,7 @@ p_atomic_cmpxchg(struct pipe_atomic *v, int32_t old, int32_t _new)
|
|||
* Add an assembly port instead. It may abort and
|
||||
* doesn't destroy used mutexes.
|
||||
*/
|
||||
#warning "using mutex-based fallback for pipe_atomic"
|
||||
|
||||
struct pipe_atomic {
|
||||
pipe_mutex mutex;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue