Optimization in VC++ .Net
(June 1, 2006)
Visual C++ .Net has options for SSE, SSE2 optimization.
To squeeze the best performance from our code, we should
See more info at http://pinyotech.blogspot.com/2006/06/cpu-z-june-1-2006-cpu-z-is-software.html.
(June 1, 2006)
Visual C++ .Net has options for SSE, SSE2 optimization.
To squeeze the best performance from our code, we should
- Compile for Pentium 4 and above (Go to C/C++ :: Optimize for Processors :: Pentium 4 and above / G7).
- Use enhanced instruction set (Go to C/C++ :: Code Generation :: Enable Enhanced Instruction Set :: Streaming SIMD Extension 2 (/arch:SSE2) ).
See more info at http://pinyotech.blogspot.com/2006/06/cpu-z-june-1-2006-cpu-z-is-software.html.
0 Comments:
Post a Comment
<< Home