-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Updating the documentation for System.Numerics #10292
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
Conversation
Tagging subscribers to this area: @dotnet/area-system-numerics |
Learn Build status updates of commit d0fae23:
|
File | Status | Preview URL | Details |
---|---|---|---|
xml/System.Numerics/Vector.xml | View | Details | |
xml/System.Numerics/Vector2.xml | View | Details | |
xml/System.Numerics/Vector3.xml | View | Details | |
xml/System.Numerics/Vector4.xml | View | Details | |
xml/System.Numerics/TotalOrderIeee754Comparer`1.xml | ✅Succeeded | View | |
xml/System/Double.xml | ✅Succeeded | View | |
xml/System/Half.xml | ✅Succeeded | View | |
xml/System/Single.xml | ✅Succeeded | View |
xml/System.Numerics/Vector.xml
- Line 0, Column 0: [Warning: xref-not-found - See documentation]
Cross reference not found: 'System.Runtime.Intrinsics.ISimdVector`2.IsPositive(`0)'.
- Line 0, Column 0: [Warning: xref-not-found - See documentation]
Cross reference not found: 'System.Runtime.Intrinsics.ISimdVector`2.MaxMagnitudeNumber(`0,`0)'.
- Line 0, Column 0: [Warning: xref-not-found - See documentation]
Cross reference not found: 'System.Runtime.Intrinsics.ISimdVector`2.Max(`0,`0)'.
- Line 0, Column 0: [Warning: xref-not-found - See documentation]
Cross reference not found: 'System.Runtime.Intrinsics.ISimdVector`2.MaxNative(`0,`0)'.
- Line 0, Column 0: [Warning: xref-not-found - See documentation]
Cross reference not found: 'System.Runtime.Intrinsics.ISimdVector`2.MaxMagnitude(`0,`0)'.
- Line 0, Column 0: [Warning: xref-not-found - See documentation]
Cross reference not found: 'System.Runtime.Intrinsics.ISimdVector`2.MinMagnitudeNumber(`0,`0)'.
- Line 0, Column 0: [Warning: xref-not-found - See documentation]
Cross reference not found: 'System.Runtime.Intrinsics.ISimdVector`2.IsPositiveInfinity(`0)'.
- Line 0, Column 0: [Warning: xref-not-found - See documentation]
Cross reference not found: 'System.Runtime.Intrinsics.ISimdVector`2.MaxNumber(`0,`0)'.
- Line 0, Column 0: [Warning: xref-not-found - See documentation]
Cross reference not found: 'System.Runtime.Intrinsics.ISimdVector`2.Min(`0,`0)'.
- Line 0, Column 0: [Warning: xref-not-found - See documentation]
Cross reference not found: 'System.Runtime.Intrinsics.ISimdVector`2.IsZero(`0)'.
- Line 0, Column 0: [Warning: xref-not-found - See documentation]
Cross reference not found: 'System.Runtime.Intrinsics.ISimdVector`2.MinNative(`0,`0)'.
- Line 0, Column 0: [Warning: xref-not-found - See documentation]
Cross reference not found: 'System.Runtime.Intrinsics.ISimdVector`2.MinNumber(`0,`0)'.
- Line 0, Column 0: [Warning: xref-not-found - See documentation]
Cross reference not found: 'System.Runtime.Intrinsics.ISimdVector`2.MinMagnitude(`0,`0)'.
- Line 0, Column 0: [Warning: xref-not-found - See documentation]
Cross reference not found: 'System.Runtime.Intrinsics.ISimdVector`2.ClampNative(`0,`0,`0)'.
- Line 0, Column 0: [Warning: xref-not-found - See documentation]
Cross reference not found: 'System.Runtime.Intrinsics.ISimdVector`2.IsNegative(`0)'.
- Line 0, Column 0: [Warning: xref-not-found - See documentation]
Cross reference not found: 'System.Runtime.Intrinsics.ISimdVector`2.Clamp(`0,`0,`0)'.
- Line 0, Column 0: [Warning: xref-not-found - See documentation]
Cross reference not found: 'System.Numerics.Vector{System.Single}'.
- Line 0, Column 0: [Warning: xref-not-found - See documentation]
Cross reference not found: 'System.Numerics.Vector{System.UInt32}'.
- Line 0, Column 0: [Warning: xref-not-found - See documentation]
Cross reference not found: 'System.Runtime.Intrinsics.ISimdVector`2.Clamp(`0,`0,`0)'.
- Line 0, Column 0: [Warning: xref-not-found - See documentation]
Cross reference not found: 'System.Runtime.Intrinsics.ISimdVector`2.ClampNative(`0,`0,`0)'.
- Line 0, Column 0: [Warning: xref-not-found - See documentation]
Cross reference not found: 'System.Numerics.Vector{System.Double}'.
- Line 0, Column 0: [Warning: xref-not-found - See documentation]
Cross reference not found: 'System.Numerics.Vector{System.Int64}'.
- Line 0, Column 0: [Warning: xref-not-found - See documentation]
Cross reference not found: 'System.Numerics.Vector{System.Double}'.
- Line 0, Column 0: [Warning: xref-not-found - See documentation]
Cross reference not found: 'System.Numerics.Vector{System.UInt64}'.
- Line 0, Column 0: [Warning: xref-not-found - See documentation]
Cross reference not found: 'System.Runtime.Intrinsics.ISimdVector`2.CopySign(`0,`0)'.
This comment lists only the first 25 errors (including error/warning/suggestion) in the pull request.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel
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 LGTM @tannergooding
I'll now.
@BillWagner, looks like there were some warnings due to several I'll fix those and get a new PR up to ensure the documentation includes all the relevant information. |
This makes progress towards dotnet/runtime#105981