| 81 | #ifndef IMATH_HAVE_LARGE_STACK |
| 82 | ~halfFunction () { delete[] _lut; } |
| 83 | halfFunction (const halfFunction&) = delete; |
| 84 | halfFunction& operator= (const halfFunction&) = delete; |
| 85 | halfFunction (halfFunction&&) = delete; |
| 86 | halfFunction& operator= (halfFunction&&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected