]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/predef/architecture/x86/64.h
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / predef / architecture / x86 / 64.h
index ebd80fb5e8fc4e0ae9cc9104abf973ecfdd3e404..6f59722b36bc73ece8fbf2f1a605b53670eaf455 100644 (file)
@@ -1,5 +1,5 @@
 /*
-Copyright Rene Rivera 2008-2015
+Copyright Rene Rivera 2008-2021
 Distributed under the Boost Software License, Version 1.0.
 (See accompanying file LICENSE_1_0.txt or copy at
 http://www.boost.org/LICENSE_1_0.txt)
@@ -14,7 +14,7 @@ http://www.boost.org/LICENSE_1_0.txt)
 /* tag::reference[]
 = `BOOST_ARCH_X86_64`
 
-http://en.wikipedia.org/wiki/Ia64[Intel IA-64] architecture.
+https://en.wikipedia.org/wiki/X86-64[X86-64] architecture.
 
 [options="header"]
 |===
@@ -41,6 +41,11 @@ http://en.wikipedia.org/wiki/Ia64[Intel IA-64] architecture.
 #   define BOOST_ARCH_X86_64_AVAILABLE
 #endif
 
+#if BOOST_ARCH_X86_64
+#   undef BOOST_ARCH_WORD_BITS_64
+#   define BOOST_ARCH_WORD_BITS_64 BOOST_VERSION_NUMBER_AVAILABLE
+#endif
+
 #define BOOST_ARCH_X86_64_NAME "Intel x86-64"
 
 #include <boost/predef/architecture/x86.h>