[all-commits] [llvm/llvm-project] 7b130f: [libc][CPP] correct cmpxchg failure ordering infer...
Schrodinger ZHU Yifan via All-commits
all-commits at lists.llvm.org
Wed Mar 26 12:29:30 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7b130f4aa896905354a855a341d7ded69fe9f5db
https://github.com/llvm/llvm-project/commit/7b130f4aa896905354a855a341d7ded69fe9f5db
Author: Schrodinger ZHU Yifan <yifanzhu at rochester.edu>
Date: 2025-03-26 (Wed, 26 Mar 2025)
Changed paths:
M libc/src/__support/CPP/atomic.h
Log Message:
-----------
[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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list