|
|
|
|
|
by mooman219
1884 days ago
|
|
I work on a SIMD optimized font library [0] and have stumbled into the same situation of hand writing SIMD intrinsics. Some things are just kinda hard to make sure they get optimized correctly, and there is enough difference between the platforms where that matters when fiddling with bits. I also kinda have fun writing SIMD code like this too. [0]: https://github.com/mooman219/fontdue/blob/master/src/platfor... |
|