swift
af6d9e3f - Shims: use `_hypotf` on Windows rather than `__builtin_hypot`

Commit
7 years ago
Shims: use `_hypotf` on Windows rather than `__builtin_hypot` Unfortunately, `hypotf` is an inline in MSVCRT which forwards to `_hypotf`. This repairs the Windows build.
Author
Committer
Parents
Loading