Does the Mill support bitwise gather (pext) and bitwise scatter (pdep) operations? It was stated
here that the Mill currently lacks such compaction/expansion operations (the analogous vector operations).
pdep and pext are very awesome new fundamental bitwise operations that are applicable in a lot of different settings. See
my proposal to add it to Zig for more references.
I hope you consider adding it. I also linked two papers on that page that explain how to implement it on a butterfly network.