]> git.kaiwu.me - haproxy.git/commit
MINOR: atomic: reimplement the relaxed version of x86 BTS/BTR
authorWilly Tarreau <w@1wt.eu>
Mon, 12 Apr 2021 07:58:31 +0000 (09:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 12 Apr 2021 08:01:44 +0000 (10:01 +0200)
commit7b1425a91b452a5624925c35cec7ac1ad568fac9
tree1d781e78adf71464ad41c8c42f0c9ed1e59f8567
parent44982715ba74623ade9ff96f7b2fd95245af25ab
MINOR: atomic: reimplement the relaxed version of x86 BTS/BTR

Olivier spotted that I messed up during a rebase of commit 92c059c2a
("MINOR: atomic: implement native BTS/BTR for x86"), losing the x86
version of the BTS/BTR and leaving the generic version for it instead
of having this block in the #else. Since this variant is not used for
now it was easy to overlook it. Let's re-implement it here.
include/haproxy/atomic.h