diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-04-19 22:09:22 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-04-19 22:09:22 +0000 |
commit | 0c5d0a80528c7f0bc110dd7f72e5ba52d37155e0 (patch) | |
tree | 121fad3c41ca2d6b81117d3bccb20f3779025e22 /www | |
parent | 289677da2d3ef2f015af8b7e41150053891589f7 (diff) | |
download | clang-0c5d0a80528c7f0bc110dd7f72e5ba52d37155e0.tar.gz |
In an attempt to reduce confusion, mark 'Strong compare exchange' as done, since
we generate correct code for both strong and weak atomic compare-exchanges, even
though we don't propagate to the IR enough information to generate optimal weak
compare-exchanges on architectures which support them.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155161 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r-- | www/cxx_status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html index a2ef967706..bacf35a798 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -308,7 +308,7 @@ C++11 mode.</p> <tr> <td>Strong Compare and Exchange</td> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2748.html">N2748</a></td> - <td class="none" align="center">No</td> + <td class="svn" align="center">SVN</td> </tr> <tr> <td>Bidirectional Fences</td> |