Menu

How to install Simd on Ubuntu?

Anonymous
2015-07-02
2016-06-06
  • Anonymous

    Anonymous - 2015-07-02

    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

     
    • Yermalayeu Ihar

      Yermalayeu Ihar - 2015-07-02

      Honestly, I didn't install before my library to Ubuntu.
      I usually included it in other projects, together with its all source code.

       
      • Anonymous

        Anonymous - 2015-07-06

        How do you do this exactly? Just copy everything to the project folder?

         
        • Yermalayeu Ihar

          Yermalayeu Ihar - 2015-07-06

          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.

           
  • Anonymous

    Anonymous - 2016-06-03

    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.

     
  • Yermalayeu Ihar

    Yermalayeu Ihar - 2016-06-06

    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.

     

Anonymous
Anonymous

Add attachments
Cancel