Skip to content

Commit df24e56

Browse files
committed
---
yaml --- r: 347439 b: refs/heads/master c: ec83122 h: refs/heads/master i: 347437: 5606076 347435: 7571787 347431: 2be9ada 347423: 678c49d
1 parent a683b50 commit df24e56

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 3083e0937629ddcceefdfc1e046420d9744b99c1
2+
refs/heads/master: ec83122128560f5628d70cf5b183fb1638fe4724
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/stdlib/public/SwiftShims/LibcShims.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ float _swift_stdlib_log1pf(float x) {
214214
static inline SWIFT_ALWAYS_INLINE
215215
float _swift_stdlib_hypotf(float x, float y) {
216216
#if defined(_WIN32)
217+
extern float _hypotf(float, float);
217218
return _hypotf(x, y);
218219
#else
219220
return __builtin_hypotf(x, y);

0 commit comments

Comments
 (0)