Hacker News new | ask | show | jobs
by crazygringo 1253 days ago
Yup, I don't know if Gimp does it, but speeding up image filters is basically the perfect scenario where inline assembly can have huge payoffs.
1 comments

These days, compiler intrinsics are typically the best approach to that stuff. Mostly.