Hacker News new | ask | show | jobs
by anonymoushn 954 days ago
It seems like it should still be a win to use libdivide or something like libdivide even if the divisor varies within a row - you get to reuse those divisors for each row!
1 comments

Actually, it's even better since you can use the same set of precomputed dividers for rows and columns. Maybe I'll look into it.