6 ms·
Yes, have a look at ISPC - it's amazing. I especially like that it can generate code for multiple architectures and then select the best implementation at runti
by doophus 2y ago
Yes, have a look at ISPC - it's amazing. I especially like that it can generate code for multiple architectures and then select the best implementation at runtime for the CPU it's running on.
- xoranth 2y agoDo you know any good tutorial for ISPC? Documentation is a bit sparse.