Hi,
Can anyone tell me How to port the inline assembly code
to AMD64?? I have a 32-bit C++ Library where inline assembly code has
been used. On MSDN I have found that Intrinsic functions are to be
used. So, can anyone help me How to change simple inline
assembly code using intrinsic functions. Can I use the
same code(with intrinsic functions )on 32-bit machine too.??
If not then How can I have the same code base with inline assembly code
which can run on 32-bit as well as on AMD64.
thanx
manoj