mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-10 04:37:55 +08:00
feat(draw): add RISCV V extension for software draw (#9504)
Signed-off-by: rongyichang <rongyichang@xiaomi.com>
This commit is contained in:
@@ -66,6 +66,7 @@ fout.write(
|
||||
#define LV_DRAW_SW_ASM_NONE 0
|
||||
#define LV_DRAW_SW_ASM_NEON 1
|
||||
#define LV_DRAW_SW_ASM_HELIUM 2
|
||||
#define LV_DRAW_SW_ASM_RISCV_V 3
|
||||
#define LV_DRAW_SW_ASM_CUSTOM 255
|
||||
|
||||
#define LV_NEMA_HAL_CUSTOM 0
|
||||
|
||||
Reference in New Issue
Block a user