From: Hermet Park Date: Thu, 26 Aug 2021 02:35:27 +0000 (+0900) Subject: disable simd option. X-Git-Tag: accepted/tizen/unified/20210827.122304^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=50f2655c332e1b26c3c0c409fc8457af9dd9c6d2;p=platform%2Fcore%2Fgraphics%2Ftizenvg.git disable simd option. it has some corruption issue on tizen mobile emulator until stabilizing it, we turn off it Change-Id: Iaa5aaa3ef270534f4672b4dc241d9b695ad01185 --- diff --git a/meson_options.txt b/meson_options.txt index 42eb169..37ab912 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -18,7 +18,7 @@ option('savers', option('vector', type: 'boolean', - value: true, + value: false, description: 'Enable CPU Vectorization(SIMD) in thorvg') option('bindings', diff --git a/packaging/thorvg.spec b/packaging/thorvg.spec index 1d398a0..fc1b74e 100644 --- a/packaging/thorvg.spec +++ b/packaging/thorvg.spec @@ -1,6 +1,6 @@ Name: thorvg Summary: Thor Vector Graphics Library -Version: 0.4.1 +Version: 0.4.2 Release: 1 Group: Graphics System/Rendering Engine License: MIT