Open
Description
Wasm currently supports some bitfield instructions. It would be very interesting to have support for a more complete set: https://en.wikipedia.org/wiki/Bit_manipulation_instruction_set
In particular, PDEP, PEXT and BEXTR instructions come up every once in a while. Have these been discussed before?