Blind performance fix

This commit is contained in:
alesapin 2020-10-20 18:30:46 +03:00
parent b4f0e08369
commit 439bbd9861

View File

@ -90,6 +90,9 @@ double mapPiecewiseLinearToUnit(double value, double min, double max)
/** Is allowed to merge parts in range with specific properties.
*/
#if defined(__clang__)
ALWAYS_INLINE
#endif
bool allow(
double sum_size,
double max_size,