Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

17 lines
463 B
JSON

{
"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
}
]
}