diff options
Diffstat (limited to 'ports/simde')
| -rw-r--r-- | ports/simde/CONTROL | 4 | ||||
| -rw-r--r-- | ports/simde/vcpkg.json | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/simde/CONTROL b/ports/simde/CONTROL deleted file mode 100644 index 1dfab7962..000000000 --- a/ports/simde/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: simde
-Version: 0.7.0
-Homepage: https://github.com/simd-everywhere/simde
-Description: Implementations of SIMD instruction sets for systems which don't natively support them
diff --git a/ports/simde/vcpkg.json b/ports/simde/vcpkg.json new file mode 100644 index 000000000..159e85768 --- /dev/null +++ b/ports/simde/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "simde", + "version-string": "0.7.0", + "port-version": 1, + "description": "Implementations of SIMD instruction sets for systems which don't natively support them", + "homepage": "https://github.com/simd-everywhere/simde" +} |
