RAM: hypotf was also missing
| 52 | |
| 53 | // RAM: hypotf was also missing |
| 54 | inline float hypotf2(float x, float y) { |
| 55 | return hypotf(x, y); |
| 56 | } |
| 57 | |
| 58 | inline float sqrtf2(float x) { |
| 59 | return sqrtf(x); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…