rsimd

Make SIMD instruction sets easier to use
git clone git://git.meso-star.fr/rsimd.git
Log | Files | Refs | README | LICENSE

commit 2411eaa04f2e63349622f579f3904692148ead82
parent 513187b1ebac859fc7fc1b92ba37ec183c3b8646
Author: vaplv <vaplv@free.fr>
Date:   Sun,  7 Jun 2015 14:35:08 +0200

Add license informations to the README file

Diffstat:
MREADME.md | 28+++++++++++++++++++++-------
1 file changed, 21 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md @@ -11,12 +11,26 @@ Note that currently only the SSE2 instruction set is supported. ## How to build The library uses [CMake](http://www.cmake.org) and the -[RCMake](https://gitorious.org/code-plot/rcmake/) package to build. It also -depends on the [RSys](https://gitorious.org/code-plot/rsys/) library. First, -install the RCMake package and the RSys library. Then, generate the project -from the cmake/CMakeLists.txt file by appending the RCMake lib/cmake and RSys -install directories to the `CMAKE_PREFIX_PATH` variable. The resulting project -can be edited, built, tested and installed as any CMake project. +[RCMake](https://gitlab.com/vaplv/rcmake/) package to build. It also depends on +the [RSys](https://gitlab.com/vaplv/rsys/) library. First, install the RCMake +package and the RSys library. Then, generate the project from the +cmake/CMakeLists.txt file by appending the RCMake lib/cmake and RSys install +directories to the `CMAKE_PREFIX_PATH` variable. The resulting project can be +edited, built, tested and installed as any CMake project. -Note that by default the library is built as a static library. +## License +*RSIMD* is Copyright (C) 2013-2015 Vincent Forest (vaplv@free.fr) + +This library is free software: you can redistribute it and/or modify it under +the terms of the GNU Lesser General Public License as published by the Free +Software Foundation, either version 3 of the License, or (at your option) any +later version. + +The *RSIMD* library is distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more +details. + +You should have received a copy of the GNU Lesser General Public License along +with the *RSIMD* library. If not, see <http://www.gnu.org/licenses/>.