summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2022-02-09 00:24:26 +0300
committerIvan Maidanski <ivmai@mail.ru>2022-02-09 00:24:26 +0300
commitc7a0b9f5896b6ff67a1f09f273cc0e0c6a0d09e9 (patch)
tree77925483ca2fb4dc1865c4e2d66c2e8ec8a64346
parentdfc5459a6904b65f8acfa914e863cc7d6f13be16 (diff)
downloadlibatomic_ops-c7a0b9f5896b6ff67a1f09f273cc0e0c6a0d09e9.tar.gz
Remove outdated comment about unsupported Win64 in atomic_ops_stack.h
(fix of commit f30c76e28) * src/atomic_ops_stack.h [AO_USE_ALMOST_LOCK_FREE && (__LP64__ || _LP64 || _WIN64)] (AO_N_BITS): Remove outdated comment about Win64.
-rw-r--r--src/atomic_ops_stack.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/atomic_ops_stack.h b/src/atomic_ops_stack.h
index 7deb9ac..d71f22c 100644
--- a/src/atomic_ops_stack.h
+++ b/src/atomic_ops_stack.h
@@ -77,7 +77,6 @@
/* The number of low order pointer bits we can use for a small */
/* version number. */
# if defined(__LP64__) || defined(_LP64) || defined(_WIN64)
- /* WIN64 isn't really supported yet. */
# define AO_N_BITS 3
# else
# define AO_N_BITS 2