rsimd

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

commit 8fd5c49e6929baa4e838003ee18a31f32d7cbbe0
parent 831c56e9a185f658654a200605db76def40581de
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Sat, 16 Sep 2023 09:08:27 +0200

Fix Makefile typesetting

Tabs were used insted of spaces

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -144,7 +144,7 @@ rsimd-local.pc: rsimd.pc.in -e 's#@SLEEF_VERSION@#$(SLEEF_VERSION)#g' \ -e 's#@RSYS_VERSION@#$(RSYS_VERSION)#g' \ -e 's#@CFLAGS_SIMD@#$(CFLAGS_SIMD)#g' \ - -e 's#-I$${includedir}##g'\ + -e 's#-I$${includedir}##g'\ rsimd.pc.in > $@ install__: build_library pkg