Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • VTK VTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 877
    • Issues 877
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 235
    • Merge requests 235
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTKVTK
  • VTKVTK
  • Merge requests
  • !9594

vtkOSPRayPass: mask support without SSE4.1 instructions

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Ben Boeckel requested to merge ben.boeckel/vtk:ospray-detect-sse4.1 into master Oct 03, 2022
  • Overview 8
  • Commits 1
  • Pipelines 5
  • Changes 2

On x86_64, ISPC requires at least SSE4.1 in order to work. Like with Apple's Rosetta translation, just act as if OSPRay support doesn't exist on such hardware to avoid a crash when ISPC APIs abort() underneath us in such cases.


@wascott

Backport: paraview/release

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: ospray-detect-sse4.1