SIMD or not SIMD - cross platform

后端 未结 6 1610
别跟我提以往
别跟我提以往 2021-02-04 08:59

I need some idea how to write a C++ cross platform implementation of a few parallelizable problems in a way so I can take advantage of SIMD (SSE, SPU, etc) if available. As well

6条回答
  •  野性不改
    2021-02-04 09:29

    You might want to look at the source for the MacSTL library for some ideas in this area: www.pixelglow.com/macstl/

提交回复
热议问题