|
|
|
|
|
by celeritascelery
1883 days ago
|
|
I find it interesting that with the state of rust SIMD many implementations just opted for reimplementing the code multiple times for each intrinsic (SSE, Neon, AVX, etc). One would think that one of the generic libraries (faster, simdeez, packed_simd) would start to see widespread use, but they all seem to have issues that have prevented adoption. |
|
[0]: https://github.com/mooman219/fontdue/blob/master/src/platfor...