File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -2659,11 +2659,16 @@ numerical computing becomes more prominent in Swift.
2659
2659
2660
2660
This feature does not change any existing APIs. New implicit function
2661
2661
conversions are added to the type system, which slightly increases type checking
2662
- complexity. We have not observed source compatibility breakages so far. Effect
2663
- on ABI stability This feature has additions to the ABI. Specifically, the
2664
- `@differentiable ` function representation will be added and must be kept stable.
2665
- Effect on API resilience This feature adds the
2666
- [`Differentiable` protocol](#differentiable - protocol) and
2662
+ complexity. We have not observed source compatibility breakages so far.
2663
+
2664
+ ## Effect on ABI stability
2665
+
2666
+ This feature has additions to the ABI. Specifically, the `@differentiable `
2667
+ function representation will be added and must be kept stable.
2668
+
2669
+ ## Effect on API resilience
2670
+
2671
+ This feature adds the [`Differentiable` protocol](#differentiable - protocol) and
2667
2672
[differential operators](#differential - operators) to the standard library as
2668
2673
public APIs. They introduce additions to the standard library.
2669
2674
You can’t perform that action at this time.
0 commit comments