[babl] babl-space: do not use universal rgb sse converter for non-sse path



commit 7f05967791f9e999710df7490500019c40b0f2da
Author: Øyvind Kolås <pippin gimp org>
Date:   Mon Jul 22 22:37:58 2019 +0200

    babl-space: do not use universal rgb sse converter for non-sse path

 babl/babl-space.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/babl/babl-space.c b/babl/babl-space.c
index 67e8535..d531017 100644
--- a/babl/babl-space.c
+++ b/babl/babl-space.c
@@ -1151,12 +1151,12 @@ add_rgb_adapter (Babl *babl,
        prep_conversion(babl_conversion_new(
                        babl_format_with_space("R'G'B'A float", space),
                        babl_format_with_space("RGBA float", babl),
-                       "linear", universal_nonlinear_rgb_linear_converter_sse2,
+                       "linear", universal_nonlinear_rgb_linear_converter,
                        NULL));
        prep_conversion(babl_conversion_new(
                        babl_format_with_space("R'G'B'A float", babl),
                        babl_format_with_space("RGBA float", space),
-                       "linear", universal_nonlinear_rgb_linear_converter_sse2,
+                       "linear", universal_nonlinear_rgb_linear_converter,
                        NULL));
 
        prep_conversion(babl_conversion_new(


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]