File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
trunk/stdlib/public/SwiftShims Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 3083e0937629ddcceefdfc1e046420d9744b99c1
2
+ refs/heads/master: ec83122128560f5628d70cf5b183fb1638fe4724
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -214,6 +214,7 @@ float _swift_stdlib_log1pf(float x) {
214
214
static inline SWIFT_ALWAYS_INLINE
215
215
float _swift_stdlib_hypotf (float x, float y) {
216
216
#if defined(_WIN32)
217
+ extern float _hypotf (float , float );
217
218
return _hypotf (x, y);
218
219
#else
219
220
return __builtin_hypotf (x, y);
You can’t perform that action at this time.
0 commit comments