Skip to content
Snippets Groups Projects

maskStore improvements

Merged Michael Kuron requested to merge vec_tests into master

Little follow-up to !233 (merged) after I thought about it again.

  • fix the aligned version (it was using maskStore in some instruction sets and maskStoreA in others)
  • make sure the test case is incommensurate with the vector width (previously it couldn't distinguish store from storeMask on 128-bit vector instruction sets)
  • implement a fallback for instruction sets that don't support it natively (turns out this is really easy using a load-blend-store combination)
Edited by Michael Kuron

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply