From d881cc6791858f67e1bfd6fa306c2184a99f99e9 Mon Sep 17 00:00:00 2001 From: Marti Maria Date: Mon, 25 May 2020 19:44:47 +0200 Subject: Merged SSE matrix-shaper optimizer It makes small difference, but here you go! In my computer, matrix shaper runs times x 2.4 faster the core lcms2 without SSE is about times x 2 --- plugins/fast_float/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/fast_float/src/Makefile.am') diff --git a/plugins/fast_float/src/Makefile.am b/plugins/fast_float/src/Makefile.am index 4244cf7..9b597f2 100644 --- a/plugins/fast_float/src/Makefile.am +++ b/plugins/fast_float/src/Makefile.am @@ -24,5 +24,5 @@ liblcms2_fast_float_la_LIBADD = $(LCMS_LIB_DEPLIBS) $(top_builddir)/src/liblcms2 liblcms2_fast_float_la_SOURCES = \ fast_float_15bits.c fast_float_15mats.c fast_float_curves.c fast_float_matsh.c fast_float_separate.c \ fast_float_sup.c fast_float_tethra.c fast_float_cmyk.c fast_float_internal.h \ - fast_8_curves.c fast_8_matsh.c fast_8_tethra.c + fast_8_curves.c fast_8_matsh.c fast_8_matsh_sse.c fast_8_tethra.c -- cgit v1.2.1