Skip to content

intel/fs: use stack for temporary array

Marcin Ślusarz requested to merge mslusarz/mesa:use-stack into main

"regs" is an array of 2 -> "m" must be <= 2 -> "components" array can be allocated on the stack

Merge request reports