Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • Nektar Nektar
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 89
    • Issues 89
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 60
    • Merge requests 60
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Nektar
  • NektarNektar
  • Merge requests
  • !1324

fixed mask test, remove non portable covience access to SIMD types

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Giacomo Castiglioni requested to merge castigli/nektar:fix/simd into master Mar 28, 2022
  • Overview 0
  • Commits 2
  • Pipelines 3
  • Changes 6

Issue/feature addressed

SIMD mask test was failing

Proposed solution

The test was correct, although the convenience operator[] was not working properly

Implementation

Removed write operator[] since the implementation was not portable and it shouldn't be used anyway outside debugging (kept read only for convenience)

Edited Mar 29, 2022 by Spencer Sherwin
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix/simd