lvgl: enable NEON optimizations on aarch64

According to CHANGELOG: "Up to 33% faster software rendering with on platforms that support NEON SIMD support".
This commit is contained in:
Vladimir Stoiakin 2026-01-28 15:26:13 +03:00
parent ba3758f8e5
commit 32f134ef6f
7 changed files with 13 additions and 4 deletions

View file

@ -217,7 +217,7 @@
#define LV_DRAW_SW_CIRCLE_CACHE_SIZE 4
#endif
#define LV_USE_DRAW_SW_ASM LV_DRAW_SW_ASM_NONE
//#define LV_USE_DRAW_SW_ASM LV_DRAW_SW_ASM_NONE
#if LV_USE_DRAW_SW_ASM == LV_DRAW_SW_ASM_CUSTOM
#define LV_DRAW_SW_ASM_CUSTOM_INCLUDE ""