diff --git a/src/Imath/ImathMatrix.h b/src/Imath/ImathMatrix.h index be95b05c..3f2e4c36 100644 --- a/src/Imath/ImathMatrix.h +++ b/src/Imath/ImathMatrix.h @@ -2828,7 +2828,7 @@ Matrix33::gjInverse () const IMATH_NOEXCEPT } template -IMATH_CONSTEXPR14 inline const Matrix33& +IMATH_HOSTDEVICE IMATH_CONSTEXPR14 inline const Matrix33& Matrix33::invert (bool singExc) { *this = inverse (singExc);