Hi, I'm looking for a way to implement these instructions with portable simd, but can't find any pointers. Is this possible, if so how? Otherwise is there any willingness to add support? For more context on what I'm trying to do, see [here](https://rust-malaysia.github.io/code/2020/07/11/faster-integer-parsing.html#the-simd-trick) - basically int parsing by progressively collapsing SIMD arrays.