babl: add sse2 flags when building RGB converter
authorØyvind Kolås <pippin@gimp.org>
Sun, 23 Jan 2022 22:16:59 +0000 (23:16 +0100)
committerØyvind Kolås <pippin@gimp.org>
Sun, 23 Jan 2022 22:16:59 +0000 (23:16 +0100)
babl/base/meson.build

index 886e1ae1a28e6876b89a2736775deb2c81ed5d3c..aae1ddf12d47b23ac6835c98ce38d22b15adef75 100644 (file)
@@ -22,8 +22,8 @@ babl_base = static_library('babl_base',
   babl_base_sources,
   include_directories: [rootInclude, bablInclude],
   dependencies: [math, lcms],
-   c_args: common_c_flags
-)
+   c_args: common_c_flags + '-msse2'
+) 
 
 if host_cpu_family == 'x86_64'