rsimd

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

commit 07c2537259b823fc0831a9aa296c3cc8d03b7f1c
parent 5e03975b44126a914c1839240f4b5b0f8ffc92dd
Author: vaplv <vaplv@free.fr>
Date:   Tue, 13 May 2025 09:25:10 +0200

Update of copyright years

Diffstat:
MMakefile | 2+-
MREADME.md | 2+-
Msrc/aosf33.h | 2+-
Msrc/aosf44.c | 2+-
Msrc/aosf44.h | 2+-
Msrc/aosq.c | 2+-
Msrc/aosq.h | 2+-
Msrc/avx/avx.h | 2+-
Msrc/avx/avxf.h | 2+-
Msrc/avx/avxi.h | 2+-
Msrc/math4.c | 2+-
Msrc/math4.h | 2+-
Msrc/math8.c | 2+-
Msrc/math8.h | 2+-
Msrc/mathX.h | 2+-
Msrc/mathX_c.h | 2+-
Msrc/soa4f2.h | 2+-
Msrc/soa4f3.h | 2+-
Msrc/soa4f4.h | 2+-
Msrc/soa8f2.h | 2+-
Msrc/soa8f3.h | 2+-
Msrc/soa8f4.h | 2+-
Msrc/soaXf2.h | 2+-
Msrc/soaXf3.h | 2+-
Msrc/soaXfY.h | 2+-
Msrc/soaXfY_begin.h | 2+-
Msrc/soaXfY_end.h | 2+-
Msrc/sse/sse.h | 2+-
Msrc/sse/sse_swz.h | 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_soa8f2.c | 2+-
Msrc/test_soa8f3.c | 2+-
Msrc/test_soa8f4.c | 2+-
Msrc/test_soaXfY.h | 2+-
Msrc/test_v4f.c | 2+-
Msrc/test_v4i.c | 2+-
Msrc/test_v8f.c | 2+-
Msrc/test_v8i.c | 2+-
Msrc/vXf_begin.h | 2+-
Msrc/vXf_end.h | 2+-
47 files changed, 47 insertions(+), 47 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +# Copyright (C) 2014-2019, 2021, 2023, 2025 Vincent Forest (vaplv@free.fr) # # This program 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/README.md b/README.md @@ -58,7 +58,7 @@ Edit config.mk as needed, then run: ## License -Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +Copyright (C) 2014-2019, 2021, 2023, 2025 Vincent Forest (vaplv@free.fr) RSIMD is free software released under the GPL v3+ license: GNU GPL version 3 or later. You are welcome to redistribute it under certain diff --git a/src/aosf33.h b/src/aosf33.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/aosf44.c b/src/aosf44.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/aosf44.h b/src/aosf44.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/aosq.c b/src/aosq.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/aosq.h b/src/aosq.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/avx/avx.h b/src/avx/avx.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/avx/avxf.h b/src/avx/avxf.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/avx/avxi.h b/src/avx/avxi.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/math4.c b/src/math4.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/math4.h b/src/math4.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/math8.c b/src/math8.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/math8.h b/src/math8.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/mathX.h b/src/mathX.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/mathX_c.h b/src/mathX_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/soa4f2.h b/src/soa4f2.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/soa4f3.h b/src/soa4f3.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/soa4f4.h b/src/soa4f4.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/soa8f2.h b/src/soa8f2.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/soa8f3.h b/src/soa8f3.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/soa8f4.h b/src/soa8f4.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/soaXf2.h b/src/soaXf2.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/soaXf3.h b/src/soaXf3.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/soaXfY.h b/src/soaXfY.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/soaXfY_begin.h b/src/soaXfY_begin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/soaXfY_end.h b/src/soaXfY_end.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/sse/sse.h b/src/sse/sse.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 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-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/sse/ssef.h b/src/sse/ssef.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/sse/ssei.h b/src/sse/ssei.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/test_aosf33.c b/src/test_aosf33.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/test_aosf44.c b/src/test_aosf44.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/test_aosq.c b/src/test_aosq.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/test_soa4f2.c b/src/test_soa4f2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/test_soa4f3.c b/src/test_soa4f3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/test_soa4f4.c b/src/test_soa4f4.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/test_soa8f2.c b/src/test_soa8f2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/test_soa8f3.c b/src/test_soa8f3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/test_soa8f4.c b/src/test_soa8f4.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/test_soaXfY.h b/src/test_soaXfY.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/test_v4f.c b/src/test_v4f.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/test_v4i.c b/src/test_v4i.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/test_v8f.c b/src/test_v8f.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/test_v8i.c b/src/test_v8i.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/vXf_begin.h b/src/vXf_begin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published diff --git a/src/vXf_end.h b/src/vXf_end.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2019, 2021, 2023, 2025 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 General Public License as published