SIMD programming languages

后端 未结 7 831
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-29 12:20

In the last couple of years, I\'ve been doing a lot of SIMD programming and most of the time I\'ve been relying on compiler intrinsic functions (such as the ones for SSE pro

7条回答
  •  独厮守ぢ
    2020-12-29 12:24

    Currently the best solution is to do it myself by creating a back-end for the open-source Cg frontend that Nvidia released, but I'd like to save myself the effort so I'm curious if it's been done before. Preferably I'd start using it right away.

提交回复
热议问题