infra: turn off the simd option in default.

avx is unstable, we can't recommend to use it.
This commit is contained in:
Hermet Park 2021-09-24 11:34:42 +09:00
parent 74954db56d
commit 9128272ee3

View file

@ -18,7 +18,7 @@ option('savers',
option('vector',
type: 'boolean',
value: true,
value: false,
description: 'Enable CPU Vectorization(SIMD) in thorvg')
option('bindings',