diff options
Diffstat (limited to 'indra/llmath/llmath.h')
-rwxr-xr-x | indra/llmath/llmath.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmath/llmath.h b/indra/llmath/llmath.h index a8b27ad189..5f696381fa 100755 --- a/indra/llmath/llmath.h +++ b/indra/llmath/llmath.h @@ -556,6 +556,7 @@ inline void ll_remove_outliers(std::vector<VEC_TYPE>& data, F32 k) } } + llassert(NULL != src && NULL != dst); // Include simd math header #include "llsimdmath.h" |