Can Visual C++ .Net genarate SSE code
-
Hi Can Visual C++ .Net compiler genarate and make use of the SSE instructions of Intel processors (like Pentium 3 and Pentium 4)? Let me say it in another way: Can the compiler make use of the parallel-processing capability of the SSE extension on optimizing the genarated code of my program? Or I should myself use SSE instructios explicitly to make use of SSE capability? Thank you and Sorry if I did not make it clear.
-
Hi Can Visual C++ .Net compiler genarate and make use of the SSE instructions of Intel processors (like Pentium 3 and Pentium 4)? Let me say it in another way: Can the compiler make use of the parallel-processing capability of the SSE extension on optimizing the genarated code of my program? Or I should myself use SSE instructios explicitly to make use of SSE capability? Thank you and Sorry if I did not make it clear.
i think based on compilation flags like /arch:SSE, /arch:SSE2, compiler will generate the optimised code naren VC++ programmer
-
Hi Can Visual C++ .Net compiler genarate and make use of the SSE instructions of Intel processors (like Pentium 3 and Pentium 4)? Let me say it in another way: Can the compiler make use of the parallel-processing capability of the SSE extension on optimizing the genarated code of my program? Or I should myself use SSE instructios explicitly to make use of SSE capability? Thank you and Sorry if I did not make it clear.
try this link http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclang/html/vcrefstreamingsimdextensions.asp naren VC++ programmer
-
try this link http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclang/html/vcrefstreamingsimdextensions.asp naren VC++ programmer
Thanks naren. I already checked the link provided by you and found no clear statement that .Net produce Parallel SSE code. Yes, the compiler can genarate and use SSE instructions but I ask whether it can use the parallel capability of the SSE extension which I have no evidence it's could be done by the compiler!!! thanks again naren