mattkretz/wg21-papers

Propose "(de)compressing" masked load/store

Opened this issue · 1 comments

Current masked load/store uses "holes" in the accessed memory. The alternative is to load/store N (= popcount(mask)) consecutive values from/to memory starting from the given address.