Use `uintptr` for pointer arithmetic
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
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