mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
there is problem with Clang 4.0 and Debug builds when bit field initialization is used. depending on structure size we may get some bits still set. this bitfield comes from external component, so we don't have full control over them. use of memset to clear structure is workaround Change-Id: I35062517107fde37e503f1bf8909db856d566254