blob: 3ff1f84113eb657e5976946c4cf1f1f9d327075f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
}
]
}
|