Using SSE in c# is it possible?

后端 未结 10 1941
借酒劲吻你
借酒劲吻你 2020-11-29 11:02

I was reading a question about c# code optimization and one solution was to use c++ with SSE. Is it possible to do SSE directly from a c# program?

10条回答
  •  南方客
    南方客 (楼主)
    2020-11-29 11:51

    Based on this forum posting, the MS JIT compiler automatically uses SSE if SSE is available on the target machine.

提交回复
热议问题