Needed for allowing the internal casting in numexpr machinery for conjugate operations
| 142 | // Needed for allowing the internal casting in numexpr machinery for |
| 143 | // conjugate operations |
| 144 | inline float fconjf2(float x) { |
| 145 | return x; |
| 146 | } |
| 147 | |
| 148 | #endif // NUMEXPR_MSVC_FUNCTION_STUBS_HPP |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…