Comment by pcwalton
8 years ago
Nice! This is much simpler than faster. Thanks for dropping the link here.
I really need to revive my multithreaded, SIMD-ified Rust PNG decoder someday with something like this…
8 years ago
Nice! This is much simpler than faster. Thanks for dropping the link here.
I really need to revive my multithreaded, SIMD-ified Rust PNG decoder someday with something like this…
Weren't your working on a PNG decoder running on the GPU ?
Yeah, I was, but branch divergence made it slower than just using SIMD.