mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 12:04:45 +00:00
clang
This commit is contained in:
parent
9d7e97a6dc
commit
fa3a37133d
1 changed files with 2 additions and 4 deletions
|
@ -102,11 +102,9 @@ public:
|
|||
|
||||
[[nodiscard]] Value BufferAtomicIAdd(const Value& handle, const Value& address,
|
||||
const Value& value, BufferInstInfo info);
|
||||
[[nodiscard]] Value BufferAtomicIMin(const Value& handle, const Value& address,
|
||||
const Value& a,
|
||||
[[nodiscard]] Value BufferAtomicIMin(const Value& handle, const Value& address, const Value& a,
|
||||
bool is_signed, BufferInstInfo info);
|
||||
[[nodiscard]] Value BufferAtomicIMax(const Value& handle, const Value& address,
|
||||
const Value& a,
|
||||
[[nodiscard]] Value BufferAtomicIMax(const Value& handle, const Value& address, const Value& a,
|
||||
bool is_signed, BufferInstInfo info);
|
||||
[[nodiscard]] Value BufferAtomicInc(const Value& handle, const Value& address,
|
||||
const Value& value, BufferInstInfo info);
|
||||
|
|
Loading…
Add table
Reference in a new issue