If you want include the Simd Library in your project, you should copy directory Simd (src/Simd/) to your project. Use #include "Simd/SimdLib.h" for access to C API and "Simd/SimdLib.hpp" for access to C++ API. See file prj/cmake/CMakeLists.txt as an example of building the Simd Library for Linux.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello
anyone can help meon how to use Simd in windows
my compiler can not see "Simd/SimdLib.h" for access to C API and "Simd/SimdLib.hpp" for access to C++ API.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Building for Windows:
1. Open Visual Studio project in direcory trunk/prj/vs14
2. Build it.
3. Add directory trunk/src to Additional Include Directories in your project.
4. Copy files Simd.dll and Simd.lib from trunk/bin/vs14/x64/Release to your project.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello!
I would like to try this library but there is no information about how to install it. Shall I just save it to /usr/include ?
Thank you.
Alex
Honestly, I didn't install before my library to Ubuntu.
I usually included it in other projects, together with its all source code.
How do you do this exactly? Just copy everything to the project folder?
If you want include the Simd Library in your project, you should copy directory Simd (src/Simd/) to your project. Use #include "Simd/SimdLib.h" for access to C API and "Simd/SimdLib.hpp" for access to C++ API. See file prj/cmake/CMakeLists.txt as an example of building the Simd Library for Linux.
View and moderate all "English Common Forum" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
hello
anyone can help meon how to use Simd in windows
my compiler can not see "Simd/SimdLib.h" for access to C API and "Simd/SimdLib.hpp" for access to C++ API.
Building for Windows:
1. Open Visual Studio project in direcory trunk/prj/vs14
2. Build it.
3. Add directory trunk/src to Additional Include Directories in your project.
4. Copy files Simd.dll and Simd.lib from trunk/bin/vs14/x64/Release to your project.