On Tue, Apr 23, 2013 at 7:52 AM, Rene Rivera
On Sun, Apr 21, 2013 at 7:16 PM, Rene Rivera
wrote: On Sun, Apr 21, 2013 at 4:22 PM, Andrey Semashev < andrey.semashev@gmail.com> wrote:
I noticed this in the docs:
BOOST_ARCH_X86_64 Intel IA-64 architecture.
x86_64 (aka amd64 and Intel64), which is a widespread extension to IA32 (x86), is not the same as IA64, which is implemented in Itanium CPUs. Could you, please, separate these two architectures?
How weird.. They used to be separate. I must have gotten myself confused in doing the X86_32/64 variants. I'll separate IA64 (as it was before).
That change is done.
Thanks, although BOOST_ARCH_X86_64 description still says "Intel IA-64http://en.wikipedia.org/wiki/Ia64architecture.". It should probably be "Intel64/AMD64 architecture." and link to http://en.wikipedia.org/wiki/Intel64.