mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +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',
|
||||
type: 'boolean',
|
||||
value: true,
|
||||
value: false,
|
||||
description: 'Enable CPU Vectorization(SIMD) in thorvg')
|
||||
|
||||
option('bindings',
|
||||
|
|
Loading…
Add table
Reference in a new issue