About 102,000 results
Open links in new tab
  1. Difference between x86, x32, and x64 architectures?

    Sep 19, 2015 · x64 is the architecture name for the extensions to the x86 instruction set that enable 64-bit code. Invented by AMD and later copied by Intel when they couldn't get their …

  2. How is the x64 architecture different from x86 - Stack Overflow

    Nov 23, 2009 · In x86 there are 8 32 bit registers, in x64 the registers are 64 bits each and there are 8 more of them. The 128 bit SSE registers are 128 bits in both, but on x86 there are 8 of …

  3. What is the difference between x86 and x64 - Stack Overflow

    Aug 31, 2012 · The difference is that Java binaries compiled as x86 (32-bit) or x64 (64-bit) applications respectively. On a 64-bit Windows you can use either version, since x86 will run in …

  4. fatal error LNK1112: module machine type 'x64' conflicts with …

    Aug 25, 2010 · 15 You probably have one .OBJ or .LIB file that's targeted for x64 (that's the module machine type) while you're linking for x86 (that's the target machine type). Use …

  5. x86 64 - Assembly registers in 64-bit architecture - Stack Overflow

    OTOH Itanium is a completely different architecture and has no relation to x86-64 whatsoever. It's a pure 64-bit architecture so all normal registers are 64-bit, no 32-bit or smaller version is …

  6. Adding x86 and x64 libraries to NuGet package - Stack Overflow

    Feb 3, 2016 · Adding x86 and x64 libraries to NuGet package Asked 9 years, 10 months ago Modified 4 years, 10 months ago Viewed 22k times

  7. How to build x86 and/or x64 on Windows from command line …

    One for the x86 NMake build and one for the x64 NMake build. You cannot generate a single Visual Studio project covering both architectures with CMake, either. To build Visual Studio …

  8. What is the difference between x64 and IA-64? - Stack Overflow

    Jul 14, 2019 · 7 x64 is short for x86-64 which is an extension of the x86 instruction set. IA-64 is for the Itanium 64 bit Architecture (by Intel)

  9. How do I get the x64 Native Tools Developer Command Prompt …

    Apr 14, 2020 · I have a 64 bit Windows 10 and have installed the 2019 community edition Visual Studio. When I do a search for "x64" in Windows there is only an x86 developer command …

  10. What is the meaning of the terms 'amd64' 'x64' and 'x86'?

    AMD was the original architect of x86-64, and called it AMD64. Intel was still hoping to replace x86 with Itanium, only later making their own IA-32e CPUs compatible with AMD64. So it's …