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
GitLab Maintenance scheduled for Tuesday, 17th March 2026, from 3:30 AM to 7:00 AM BST. GitLab will be in read-only mode and experience short periods of complete downtime (10~15 minutes) during this window.
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