rsimd

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

commit a37bb6a116a5258bae9aa7c6ed3c7cafe7f4f3a0
parent 26f582f82ece80ac2b90e1bcff142198d7b406a5
Author: vaplv <vaplv@free.fr>
Date:   Wed,  7 Jan 2015 14:39:13 +0100

Update the copyright year range

Diffstat:
Mcmake/CMakeLists.txt | 2+-
Msrc/aosf33.h | 2+-
Msrc/aosf44.c | 2+-
Msrc/aosf44.h | 2+-
Msrc/aosq.c | 2+-
Msrc/aosq.h | 2+-
Msrc/rsimd.h | 2+-
Msrc/soa4f2.h | 2+-
Msrc/soa4f3.h | 2+-
Msrc/soa4f4.h | 2+-
Msrc/soa4fX.h | 2+-
Msrc/sse/sse.h | 2+-
Msrc/sse/sse_swz.h | 2+-
Msrc/sse/ssef.c | 2+-
Msrc/sse/ssef.h | 2+-
Msrc/sse/ssei.h | 2+-
Msrc/test_aosf33.c | 2+-
Msrc/test_aosf44.c | 2+-
Msrc/test_aosq.c | 2+-
Msrc/test_soa4f2.c | 2+-
Msrc/test_soa4f3.c | 2+-
Msrc/test_soa4f4.c | 2+-
Msrc/test_soa4f_utils.h | 2+-
Msrc/test_v4f.c | 2+-
Msrc/test_v4i.c | 2+-
25 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Vincent Forest (vaplv@free.fr) +# Copyright (C) 2014-2015 Vincent Forest (vaplv@free.fr) # # The RSIMD CMake is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/aosf33.h b/src/aosf33.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2015 Vincent Forest (vaplv@free.fr) * * The RSIMD library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published diff --git a/src/aosf44.c b/src/aosf44.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2015 Vincent Forest (vaplv@free.fr) * * The RSIMD library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published diff --git a/src/aosf44.h b/src/aosf44.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2015 Vincent Forest (vaplv@free.fr) * * The RSIMD library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published diff --git a/src/aosq.c b/src/aosq.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2015 Vincent Forest (vaplv@free.fr) * * The RSIMD library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published diff --git a/src/aosq.h b/src/aosq.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2015 Vincent Forest (vaplv@free.fr) * * The RSIMD library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published diff --git a/src/rsimd.h b/src/rsimd.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2015 Vincent Forest (vaplv@free.fr) * * The RSIMD library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published diff --git a/src/soa4f2.h b/src/soa4f2.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2015 Vincent Forest (vaplv@free.fr) * * The RSIMD library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published diff --git a/src/soa4f3.h b/src/soa4f3.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2015 Vincent Forest (vaplv@free.fr) * * The RSIMD library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published diff --git a/src/soa4f4.h b/src/soa4f4.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2015 Vincent Forest (vaplv@free.fr) * * The RSIMD library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published diff --git a/src/soa4fX.h b/src/soa4fX.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2015 Vincent Forest (vaplv@free.fr) * * The RSIMD library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published diff --git a/src/sse/sse.h b/src/sse/sse.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2015 Vincent Forest (vaplv@free.fr) * * The RSIMD library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published diff --git a/src/sse/sse_swz.h b/src/sse/sse_swz.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2015 Vincent Forest (vaplv@free.fr) * * The RSIMD library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published diff --git a/src/sse/ssef.c b/src/sse/ssef.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2015 Vincent Forest (vaplv@free.fr) * * The RSIMD library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published diff --git a/src/sse/ssef.h b/src/sse/ssef.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2015 Vincent Forest (vaplv@free.fr) * * The RSIMD library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published diff --git a/src/sse/ssei.h b/src/sse/ssei.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2015 Vincent Forest (vaplv@free.fr) * * The RSIMD library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published diff --git a/src/test_aosf33.c b/src/test_aosf33.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2015 Vincent Forest (vaplv@free.fr) * * The RSIMD library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published diff --git a/src/test_aosf44.c b/src/test_aosf44.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2015 Vincent Forest (vaplv@free.fr) * * The RSIMD library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published diff --git a/src/test_aosq.c b/src/test_aosq.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2015 Vincent Forest (vaplv@free.fr) * * The RSIMD library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published diff --git a/src/test_soa4f2.c b/src/test_soa4f2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2015 Vincent Forest (vaplv@free.fr) * * The RSIMD library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published diff --git a/src/test_soa4f3.c b/src/test_soa4f3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2015 Vincent Forest (vaplv@free.fr) * * The RSIMD library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published diff --git a/src/test_soa4f4.c b/src/test_soa4f4.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2015 Vincent Forest (vaplv@free.fr) * * The RSIMD library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published diff --git a/src/test_soa4f_utils.h b/src/test_soa4f_utils.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2015 Vincent Forest (vaplv@free.fr) * * The RSIMD library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published diff --git a/src/test_v4f.c b/src/test_v4f.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2015 Vincent Forest (vaplv@free.fr) * * The RSIMD library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published diff --git a/src/test_v4i.c b/src/test_v4i.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2015 Vincent Forest (vaplv@free.fr) * * The RSIMD library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published