From 40c62058584f6474ec94a52f9ea08a47fceca7c4 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Tue, 9 Feb 2021 22:31:02 -0600 Subject: [PATCH] Fix incorrect reference to IA-64 instead of X86-64. --- doc/index.html | 2 +- include/boost/predef/architecture/x86/64.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/index.html b/doc/index.html index a799041..95873d1 100644 --- a/doc/index.html +++ b/doc/index.html @@ -2558,7 +2558,7 @@ If available versions [3-6] are specifically detected.

4.1.21. BOOST_ARCH_X86_64

-

Intel IA-64 architecture.

+

X86-64 architecture.

diff --git a/include/boost/predef/architecture/x86/64.h b/include/boost/predef/architecture/x86/64.h index f0554a0..6f59722 100644 --- a/include/boost/predef/architecture/x86/64.h +++ b/include/boost/predef/architecture/x86/64.h @@ -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"] |===