SSE SSE2 and SSE3 for GNU C++

前端 未结 5 1983
清酒与你
清酒与你 2020-12-07 07:35

Is there a simple tutorial for me to get up to speed in SSE, SSE2 and SSE3 in GNU C++? How can you do code optimization in SSE?

5条回答
  •  [愿得一人]
    2020-12-07 07:50

    A simple tutorial? Not that I know of.

    But any information about using MMX or any version of SSE will be useful for learning, whether for GCC or for ICC or VC.

    To learn about GCC's vector extensions, type "info gcc" and go to Node: Vector Extensions.

提交回复
热议问题