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
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.