Skip to content

Commit 298ea7d

Browse files
authored
Merge pull request #6 from 8bitmp3/patch-1
Update Swift Numerics README to address feedback
2 parents 4b4dd42 + 8e58035 commit 298ea7d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ Swift Numerics modules have minimal dependencies on other projects.
3131

3232
The current modules assume only the availability of the Swift and C standard libraries and the runtime support provided by compiler-rt.
3333

34-
Future expansion may assume the availability of other standard interfaces, such as [BLAS (Basic Linear Algebra Subprograms)](https://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms) and [LAPACK (Linear Algebra Package)](https://en.wikipedia.org/wiki/LAPACK).
35-
But modules with more specialized dependencies (or dependencies that are not available on all platforms supported by Swift) belong in a separate package.
34+
Future expansion may assume the availability of other standard interfaces, such as [BLAS (Basic Linear Algebra Subprograms)](https://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms) and [LAPACK (Linear Algebra Package)](https://en.wikipedia.org/wiki/LAPACK), but modules with more specialized dependencies (or dependencies that are not available on all platforms supported by Swift) belong in a separate package.
3635

3736
Because we intend to make it possible to adopt Swift Numerics modules in the standard library at some future point, Swift Numerics uses the same license and contribution guidelines as the Swift project.
3837

@@ -101,7 +100,7 @@ Questions about how to use Swift Numerics modules, or issues that are not clearl
101100
## Notes
102101

103102
¹ Swift is currently unable to use the fully-qualified name for types when a type and module have the same name (discussion here: https://forums.swift.org/t/pitch-fully-qualified-name-syntax/28482).
104-
This would prevent users of Swift Numerics who don't need generic types from doing things, such as:
103+
This would prevent users of Swift Numerics who don't need generic types from doing things such as:
105104

106105
```swift
107106
import Complex

0 commit comments

Comments
 (0)