mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
LV2: Re-add dropped optimization by previous commit
Currently only for lock-free syscalls.
This commit is contained in:
parent
34bae90820
commit
26e731b487
4 changed files with 33 additions and 7 deletions
|
@ -371,12 +371,12 @@ public:
|
|||
bool bit_test_reset(uint bit) = delete;
|
||||
bool bit_test_invert(uint bit) = delete;
|
||||
|
||||
bool all_of(bs_t arg)
|
||||
bool all_of(bs_t arg) const
|
||||
{
|
||||
return base::load().all_of(arg);
|
||||
}
|
||||
|
||||
bool none_of(bs_t arg)
|
||||
bool none_of(bs_t arg) const
|
||||
{
|
||||
return base::load().none_of(arg);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue