"...0d0cea2424ae97b27447dc64a7dbfae83c036c45b403392f0e8ba.png" did not exist on "07a63c41fa1f6533f5668e5b33a295bfd63aa534"
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