Skip to content

intel/compiler: Initialize SIMDSelectionTest member error.

Vinson Lee requested to merge vlee/mesa:fix-cid-1493285 into main

Fix defect reported by Coverity Scan.

Uninitialized pointer field (UNINIT_CTOR) uninit_member: Non-static class member error is not initialized in this constructor nor in any functions that it calls.

Fixes: 7558340e ("intel/compiler: Add helpers to select SIMD for compute shaders") Signed-off-by: Vinson Lee vlee@freedesktop.org

Merge request reports