llvm-project
7b130f4a
- [libc][CPP] correct cmpxchg failure ordering inference (#133127)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
288 days ago
[libc][CPP] correct cmpxchg failure ordering inference (#133127) See https://en.cppreference.com/w/cpp/atomic/atomic/compare_exchange. The failure order should be inferred from the success order if it is not explicitly specified.
References
#133127 - [libc][CPP] correct cmpxchg failure ordering inference
Author
SchrodingerZhu
Parents
2d14797f
Loading