Skip to content

Commit 4fe0188

Browse files
README
1 parent 3ed395a commit 4fe0188

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
Structure of package is designed to import *kvSIMD.swift* via `import simd` expression when the SIMD framework is unavailable.
66
So `import simd` expression imports the SIMD framework if available and *kvSIMD.swift* otherwise.
77

8-
There are no explicit restrictions for any platform.
9-
So it's assumed that *kvSIMD.swift* is compiled on any platform Swift is available on.
10-
It's checked on macOS and Linux (Ubuntu 22.04).
11-
128
*kvSIMD.swift* is covered by unit-tests.
139

1410
Simple benchmark console application is provided.
@@ -17,11 +13,18 @@ Benchmark runs on platforms where the SIMD framework is available.
1713
Recent report is available at [`/Benchmark/report.md`](./Benchmark/report.md) path.
1814

1915

16+
## Platforms
17+
18+
There are no explicit restrictions for any platform.
19+
So it's assumed that *kvSIMD.swift* is compiled on any platform Swift is available on.
20+
It's checked on macOS, Linux (Ubuntu 22.04) and Windows (10 x64).
21+
22+
2023
## Getting Started
2124

2225
#### Package Dependencies:
2326
```swift
24-
.package(url: "https://github.com/keyvariable/kvSIMD.swift.git", from: "1.0.0")
27+
.package(url: "https://github.com/keyvariable/kvSIMD.swift.git", from: "1.0.2")
2528
```
2629
#### Target Dependencies:
2730
```swift

0 commit comments

Comments
 (0)