Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RawImageDataU16::scaleValues_SSE2()
: avoid touching padding
Now, this is indeed a breaking change, and now up to 7 last columnts may end up being unscaled. This is not good, but we also can't really touch that padding, asan complains. Perhaps there needs to be two types of padding.
- Loading branch information