From 9128272ee36f7adda02447dc249c3c270bd4b986 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Fri, 24 Sep 2021 11:34:42 +0900 Subject: [PATCH] infra: turn off the simd option in default. avx is unstable, we can't recommend to use it. --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 643b12a8..f8d3bc54 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',