mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
infra: turn off the simd option in default.
avx is unstable, we can't recommend to use it.
This commit is contained in:
parent
74954db56d
commit
9128272ee3
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ option('savers',
|
||||||
|
|
||||||
option('vector',
|
option('vector',
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
value: true,
|
value: false,
|
||||||
description: 'Enable CPU Vectorization(SIMD) in thorvg')
|
description: 'Enable CPU Vectorization(SIMD) in thorvg')
|
||||||
|
|
||||||
option('bindings',
|
option('bindings',
|
||||||
|
|
Loading…
Add table
Reference in a new issue