From 50f2655c332e1b26c3c0c409fc8457af9dd9c6d2 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Thu, 26 Aug 2021 11:35:27 +0900 Subject: [PATCH] disable simd option. it has some corruption issue on tizen mobile emulator until stabilizing it, we turn off it Change-Id: Iaa5aaa3ef270534f4672b4dc241d9b695ad01185 --- meson_options.txt | 2 +- packaging/thorvg.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.7.4