Jonah Williams 6ee594c86f [Impeller] Create reusable prefix sum. (flutter/engine#42167)
Creates a reusable function macro for performing a prefix sum. Eventually, we'll need this for polyline decomposition

![image](https://github.com/flutter/engine/assets/8975114/3d9af2b2-f1ea-413a-ac1f-d4a69211388e)

Reasonably fast with max (1024) input elements.
2023-05-22 16:08:06 +00:00
..