#147 introduced a new fast path for block-gather of indirect mem access. At the time it was intentionally kept separate from the existing code paths at the expense of:
- extended internal APIs
- duplication of functionality/code
This PR proceeds with the forked block-gather implementation as-is.
The concerns raised in the discussion of #147 should be subsequently addressed.
#147 introduced a new fast path for block-gather of indirect mem access. At the time it was intentionally kept separate from the existing code paths at the expense of:
This PR proceeds with the forked block-gather implementation as-is.
The concerns raised in the discussion of #147 should be subsequently addressed.