Skip to content

Enable and, add, sub, mul, absdiff in OpenCV HAL

Michael Platings requested to merge enable-simple into main

Experiments have shown that although there's little scope for optimizing such simple operations, the KleidiCV implementations are marginally faster than OpenCV.

Don't enable 32-bit operations in HAL because OpenCV requires that these do not saturate, unlike the KleidiCV implementations.

Merge request reports