Date: | March 17, 2004 / year-entry #102 |
Tags: | history |
Orig Link: | https://blogs.msdn.microsoft.com/oldnewthing/20040317-00/?p=40213 |
Comments: | 2 |
Summary: | Josh Williams picks up the 64-bit ball with an even deeper discussion of the AMD64 (aka x64) calling convention and things that go wrong when you misdeclare your function prototypes. |
Josh Williams picks up the 64-bit ball with an even deeper discussion of the AMD64 (aka x64) calling convention and things that go wrong when you misdeclare your function prototypes. |
Comments (2)
Comments are closed. |
Hmm, I thought the AMD64 was called x86-64. Is it officially x64 now or is that just laziness?
I believe that we’re calling it x64 now (meaning both AMD64 and IA32e which is Intel’s name for their 64bit extensions to x86). I know that the current C# compilers make you specify /platform:x64 to mean AMD64/IA32e.