diff options
Diffstat (limited to 'vcpkg/ports/sse2neon/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/sse2neon/vcpkg.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vcpkg/ports/sse2neon/vcpkg.json b/vcpkg/ports/sse2neon/vcpkg.json new file mode 100644 index 0000000..820d0f9 --- /dev/null +++ b/vcpkg/ports/sse2neon/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "sse2neon", + "version": "1.8.0", + "description": "A translator from Intel SSE intrinsics to Arm/Aarch64 NEON implementation", + "homepage": "https://github.com/DLTcollab/sse2neon", + "license": "MIT" +} |