diff options
author | Torvald Riegel <triegel@redhat.com> | 2014-10-29 10:34:36 +0100 |
---|---|---|
committer | Torvald Riegel <triegel@redhat.com> | 2015-06-23 19:20:52 +0200 |
commit | c47ca9647f9b72692e62f94fe468cd5568f49129 (patch) | |
tree | 724bfcf502ac32b1117915e731dfad53083cf272 /include/wchar.h | |
parent | b2faf4eadf5e9e9a71abcfe4da71fad91707ccac (diff) | |
download | glibc-c47ca9647f9b72692e62f94fe468cd5568f49129.tar.gz glibc-c47ca9647f9b72692e62f94fe468cd5568f49129.tar.xz glibc-c47ca9647f9b72692e62f94fe468cd5568f49129.zip |
Fix atomic_full_barrier on x86 and x86_64.
This fixes BZ #17403 by defining atomic_full_barrier, atomic_read_barrier, and atomic_write_barrier on x86 and x86_64. A full barrier is implemented through an atomic idempotent modification to the stack and not through using mfence because the latter can supposedly be somewhat slower due to having to provide stronger guarantees wrt. self-modifying code, for example.
Diffstat (limited to 'include/wchar.h')
0 files changed, 0 insertions, 0 deletions