projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75720a5
)
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
patch
|
blob
|
history
diff --git
a/babl/base/meson.build
b/babl/base/meson.build
index 886e1ae1a28e6876b89a2736775deb2c81ed5d3c..aae1ddf12d47b23ac6835c98ce38d22b15adef75 100644
(file)
--- a/
babl/base/meson.build
+++ b/
babl/base/meson.build
@@
-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'