aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/neon2sse/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/neon2sse/vcpkg.json')
-rw-r--r--vcpkg/ports/neon2sse/vcpkg.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/neon2sse/vcpkg.json b/vcpkg/ports/neon2sse/vcpkg.json
new file mode 100644
index 0000000..3ff1f84
--- /dev/null
+++ b/vcpkg/ports/neon2sse/vcpkg.json
@@ -0,0 +1,16 @@
+{
+ "name": "neon2sse",
+ "version-date": "2024-11-24",
+ "description": "The platform independent header allowing to compile any C/C++ code containing ARM NEON intrinsic functions for x86 target systems using SIMD up to AVX2 intrinsic functions",
+ "homepage": "https://github.com/intel/ARM_NEON_2_x86_SSE",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}