vcpkg/ports/x86-simd-sort/vcpkg.json
chausner 8421fa9db4
[x86-simd-sort] Add new port (#30017)
* Add x86-simd-sort 2023-03-04

* Update CI baseline

* Add quotes

* Update CI baseline

* Use vcpkg_install_copyright, remove comments

* Update CI baseline

* Tweak description

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-03-07 12:22:46 -08:00

8 lines
266 B
JSON

{
"name": "x86-simd-sort",
"version-date": "2023-03-04",
"description": "C++ header file library for high-performance SIMD-based sorting algorithms for primitive datatypes",
"homepage": "https://github.com/intel/x86-simd-sort",
"license": "BSD-3-Clause"
}