64-bit VC++ Compiler Out There?

G

Guest

Is the current VC++ version for sale able to compile code for Xeon EM64T
processors and take advantage that all the "nocona" has to offer in terms of
CPU registers and SSE?? In other words, generate machine code that is
optimized for mega-flops of double precision floating point mathematics?

I know that the 64-bit Windows OS is still not yet available but I wouldn't
want to purchase a 32-bit only compiler when 64-bit is just around the corner.

Thanks,
Joe
 
F

Fredrik Wahlgren

Josef Gonko said:
Is the current VC++ version for sale able to compile code for Xeon EM64T
processors and take advantage that all the "nocona" has to offer in terms of
CPU registers and SSE?? In other words, generate machine code that is
optimized for mega-flops of double precision floating point mathematics?

I know that the 64-bit Windows OS is still not yet available but I wouldn't
want to purchase a 32-bit only compiler when 64-bit is just around the corner.

Thanks,
Joe

http://msdn.microsoft.com/netframework/programming/64bit/devtools/

/ Fredrik
 
C

Carl Daniel [VC++ MVP]

Josef said:
Is the current VC++ version for sale able to compile code for Xeon
EM64T processors and take advantage that all the "nocona" has to
offer in terms of CPU registers and SSE?? In other words, generate
machine code that is optimized for mega-flops of double precision
floating point mathematics?

I know that the 64-bit Windows OS is still not yet available but I
wouldn't want to purchase a 32-bit only compiler when 64-bit is just
around the corner.

The shipping VC++ does not support 64-bit development.

VC++ 2005 will support 64bit development.

The Platform SDK includes a 64-bit compiler that can be used today
(command-line tools only).

-cd
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top