▲ | mooman219 4 days ago | |
Oh! I have a prefix sum laying around in SIMD in Rust, I use it for bitmap rasterization for fonts. Looking at the comments I guess this isn't a popular usecase, but useful nonetheless. Doing it on the GPU looks really fun https://github.com/mooman219/fontdue/blob/master/src/platfor... |