Commit b36bb84
committed
Extend CPPCHECK scope to quantized kernels
Remove the broad kernels/quantized CPPCHECK exclusion and keep the
remaining suppressions scoped to that tree.
Quantized kernels include NEON-gated paths, registration helpers, and
intentional floating point narrowing for quantization behavior. Cppcheck
does not see every configuration or call path, so keep those findings
suppressed only for kernels/quantized.
Signed-off-by: Per Held <per.held@arm.com>
Change-Id: I0d8b5e3fdf4523f929c75aa373a520ab92178e751 parent 7d365ec commit b36bb84
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
199 | 198 | | |
200 | 199 | | |
201 | 200 | | |
| |||
229 | 228 | | |
230 | 229 | | |
231 | 230 | | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
232 | 237 | | |
233 | 238 | | |
234 | 239 | | |
| |||
0 commit comments