• amatyuko's avatar
    Fix for SSE2 intrinsics problem in the part of saturation arithmetic processing… · 3ea2586a
    amatyuko authored
    Fix for SSE2 intrinsics problem in the part of saturation arithmetic processing during 32s->16u packed conversion -
    for some big negative values less than -INT_MAX+32767 the sign of the numbers is lost due to overflow that leads to
    incorrect saturation to MAX value, instead of zero.
    The issue is not reproduced with CV_ENABLED_INTRINSICS=OFF
    3ea2586a
Name
Last commit
Last update
.github Loading commit data...
3rdparty Loading commit data...
apps Loading commit data...
cmake Loading commit data...
data Loading commit data...
doc Loading commit data...
include Loading commit data...
modules Loading commit data...
platforms Loading commit data...
samples Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
CMakeLists.txt Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...