aboutsummaryrefslogtreecommitdiff
path: root/ports/vectorclass/CONTROL
diff options
context:
space:
mode:
authorAlexander Neumann <30894796+Neumann-A@users.noreply.github.com>2019-09-11 22:11:14 +0200
committerCurtis J Bezault <curtbezault@gmail.com>2019-09-11 13:11:14 -0700
commitde9bb1d2027b478fea5686d798022c4d698d9e36 (patch)
tree8561259861f1e2b25f5b3ad9e0ab2c2eeb2c1056 /ports/vectorclass/CONTROL
parent942371f44f1772bcb5f9279728b07dc72a4d0ae0 (diff)
downloadvcpkg-de9bb1d2027b478fea5686d798022c4d698d9e36.tar.gz
vcpkg-de9bb1d2027b478fea5686d798022c4d698d9e36.zip
[vcl] add vector class library version 2 (#7573)
* [vcl] add vector class library version 2 * fix target path * renamed library to vectorclass. Improved CMakelists.txt. Added early architecture failure * don't perform changes in the source dir and make cxx_std_17 a build requirement * update to tagged version 2.00.01 * update version in CMakeLists.txt * refactored CMakeLists.txt
Diffstat (limited to 'ports/vectorclass/CONTROL')
-rw-r--r--ports/vectorclass/CONTROL4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/vectorclass/CONTROL b/ports/vectorclass/CONTROL
new file mode 100644
index 000000000..cc3471358
--- /dev/null
+++ b/ports/vectorclass/CONTROL
@@ -0,0 +1,4 @@
+Source: vectorclass
+Version: 2.00.01
+Homepage: https://github.com/vectorclass/version2
+Description: C++ class library for using the Single Instruction Multiple Data (SIMD) instructions in modern Microprocessors