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

19 lines
459 B
JSON

{
"name": "vectorclass",
"version-string": "2.02.00",
"description": "C++ class library for using the Single Instruction Multiple Data (SIMD) instructions in modern Microprocessors",
"homepage": "https://github.com/vectorclass/version2",
"license": "Apache-2.0",
"supports": "!(arm | arm64)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}