-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Documentation fixes #60178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation fixes #60178
Conversation
Fixes <rdar://93208475>
Fixes <rdar://79689446>
Fixes <rdar://86212313>
The documentation publication pipeline doesn't have a way to expose per-architecture availability, like how it it shows per-platform availability. So add this in prose instead. Fixes <rdar://77649895>
Fixes <rdar://97022479>
See also commit 93c350d
|
||
/// A half-precision (16b), floating-point value type. | ||
/// | ||
/// `Float16` is available on Apple silicon, and unavailable on Intel.''' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need a "when targeting macOS" here; it is available on Intel/Linux and Windows.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed in 4d35aae.
/// An extended-precision, floating-point value type.''' | ||
/// An extended-precision, floating-point value type. | ||
/// | ||
/// `Float80` is available on Intel, and unavailable on Apple silicon.''' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one is even more complex, it's probably best to say "Only available on Intel when the target system uses 80-bit long double" or similar.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed in 4d35aae.
Co-authored-by: Ben Rimmington <[email protected]>
Co-authored-by: Ben Rimmington <[email protected]>
@swift-ci Please smoke test. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Group changes LGTM, thanks!
Minor documentation style and correctness fixes
Resolves: rdar://97022479&77649895&86212313&79689446&93208475