rawimagesource.cc : cleanup, also speedup and bugfix for ItcWB, #5676, #5675

This commit is contained in:
Ingo Weyrich
2020-02-28 20:18:45 +01:00
parent f7792aa936
commit 28cff72eb0
4 changed files with 783 additions and 2552 deletions

View File

@@ -254,7 +254,6 @@ public:
}
// handy to sum up per thread histograms. #pragma omp simd speeds up the loop by about factor 3 for LUTu (uint32_t).
template<typename U = T, typename = typename std::enable_if<std::is_same<U, std::uint32_t>::value>::type>
LUT<T> & operator+=(const LUT<T>& rhs)
{
if (rhs.size == this->size) {