From 08fb6e58d3579c69fc46078cedecb313ffbb23bd Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Mon, 9 Aug 2021 20:26:30 +0900 Subject: [PATCH] enable neon vectorization. Change-Id: Idbbc47eebd3776899179ca9497206c0bbe958a0f --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 4de0cc8..9c37b53 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -19,7 +19,7 @@ option('savers', option('vectors', type: 'combo', choices: ['', 'avx', 'neon'], - value: '', + value: 'neon', description: 'Enable CPU Vectorization(SIMD) in thorvg') option('bindings', -- 2.7.4