disable simd option. 79/263079/2 accepted/tizen/unified/20210827.122304 submit/tizen/20210826.024535
authorHermet Park <chuneon.park@samsung.com>
Thu, 26 Aug 2021 02:35:27 +0000 (11:35 +0900)
committerHermet Park <chuneon.park@samsung.com>
Thu, 26 Aug 2021 02:38:17 +0000 (11:38 +0900)
it has some corruption issue on tizen mobile emulator
until stabilizing it, we turn off it

Change-Id: Iaa5aaa3ef270534f4672b4dc241d9b695ad01185

meson_options.txt
packaging/thorvg.spec

index 42eb169..37ab912 100644 (file)
@@ -18,7 +18,7 @@ option('savers',
 
 option('vector',
    type: 'boolean',
-   value: true,
+   value: false,
    description: 'Enable CPU Vectorization(SIMD) in thorvg')
 
 option('bindings',
index 1d398a0..fc1b74e 100644 (file)
@@ -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