File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 55Structure of package is designed to import * kvSIMD.swift* via ` import simd ` expression when the SIMD framework is unavailable.
66So ` 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
1410Simple benchmark console application is provided.
@@ -17,11 +13,18 @@ Benchmark runs on platforms where the SIMD framework is available.
1713Recent 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
You can’t perform that action at this time.
0 commit comments