Hacker News new | ask | show | jobs
by doophus 732 days 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.
1 comments

Do you know any good tutorial for ISPC? Documentation is a bit sparse.