diff options
Diffstat (limited to 'vcpkg/ports/simde/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/simde/vcpkg.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vcpkg/ports/simde/vcpkg.json b/vcpkg/ports/simde/vcpkg.json new file mode 100644 index 0000000..a8ee02d --- /dev/null +++ b/vcpkg/ports/simde/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "simde", + "version": "0.8.2", + "description": "Implementations of SIMD instruction sets for systems which don't natively support them", + "homepage": "https://github.com/simd-everywhere/simde", + "license": "MIT" +} |