diff options
| author | myd7349 <myd7349@gmail.com> | 2019-01-27 08:31:21 +0800 |
|---|---|---|
| committer | Codiferous <44823842+Codiferous@users.noreply.github.com> | 2019-01-26 16:31:21 -0800 |
| commit | 65d866786a3d32ab5791bf8ec16ee219540f0648 (patch) | |
| tree | f74366296c3db82277c6db45220d375625e56138 /ports/xsimd/CONTROL | |
| parent | ebb2d1a44fa74f4928bfb1e229e343bd4a721472 (diff) | |
| download | vcpkg-65d866786a3d32ab5791bf8ec16ee219540f0648.tar.gz vcpkg-65d866786a3d32ab5791bf8ec16ee219540f0648.zip | |
[xsimd] Add new port (#5194)
* [xsimd] Add new port
* Add a header include guard to xsimd's algorithm.hpp
algorithm.hpp is not guarded by a header include guard, which can cause
difficulty for users. xhihaoy asked that we be sure to include this
patch because it caused a lot of pain.
Diffstat (limited to 'ports/xsimd/CONTROL')
| -rw-r--r-- | ports/xsimd/CONTROL | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ports/xsimd/CONTROL b/ports/xsimd/CONTROL new file mode 100644 index 000000000..f75d920ab --- /dev/null +++ b/ports/xsimd/CONTROL @@ -0,0 +1,7 @@ +Source: xsimd
+Version: 7.1.2
+Description: Modern, portable C++ wrappers for SIMD intrinsics
+
+Feature: xcomplex
+Description: xtl complex support
+Build-Depends: xtl
|
