ipp: added LUT optimization

This commit is contained in:
Alexander Alekhin
2014-04-22 19:52:37 +04:00
parent 8114e071c2
commit 7ee1d5f69b
3 changed files with 241 additions and 3 deletions

View File

@@ -1258,8 +1258,11 @@ static bool IPPMorphReplicate(int op, const Mat &src, Mat &dst, const Mat &kerne
default:
return false;
}
#undef IPP_MORPH_CASE
#if defined(__GNUC__) && __GNUC__ == 4 && __GNUC_MINOR__ == 8
return false; /// It disables false positive warning in GCC 4.8.2
#endif
#endif
}
}