Skip to content

Use `uintptr` for pointer arithmetic

Emil Ohlsson requested to merge emil/ub-fixes into main

Some pointer arithmetic we do, typically in imatmul, triggers UB checkers. This fix converts the arithmetics to use uintptr instead

Signed-off-by: Emil Ohlsson emil.ohlsson@arm.com

Merge request reports

Loading