Add DifferentiableProgrammingImplementation.md to docs/README.md (#41123)

* Update README.md

* Update docs/README.md

Co-authored-by: Robert Widmann <devteam.codafi@gmail.com>

Co-authored-by: Robert Widmann <devteam.codafi@gmail.com>
This commit is contained in:
Philip Turner
2022-02-07 15:03:38 -05:00
committed by GitHub
parent c1d3cd94d8
commit 19b4492432

View File

@@ -102,6 +102,8 @@ documentation, please create a thread on the Swift forums under the
- [DependencyAnalysis.md](/docs/DependencyAnalysis.md):
Describes different kinds of dependencies across files in the same module,
important for understanding incremental builds.
- [DifferentiableProgrammingImplementation.md](/docs/DifferentiableProgrammingImplementation.md):
Describes how automatic differentiation is implemented in the Swift compiler.
- C and ObjC interoperability: Clang Importer and PrintAsClang
- [CToSwiftNameTranslation.md](/docs/CToSwiftNameTranslation.md):
Describes how C and ObjC entities are imported into Swift