Skip to content

vtkOSPRayPass: mask support without SSE4.1 instructions

Ben Boeckel requested to merge ben.boeckel/vtk:ospray-detect-sse4.1 into master

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

Merge request reports