swift
af6d9e3f
- Shims: use `_hypotf` on Windows rather than `__builtin_hypot`
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#23780 - Shims: use `_hypotf` on Windows rather than `__builtin_hypot`
Author
compnerd
Committer
compnerd
Parents
b3a2e40a
Loading