-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature(lvgl_port): Add SIMD RGB565 support #438
Conversation
components/esp_lvgl_port/src/lvgl9/simd/lv_color_blend_to_rgb565_esp32s3.S
Show resolved
Hide resolved
components/esp_lvgl_port/src/lvgl9/simd/lv_color_blend_to_rgb565_esp32s3.S
Show resolved
Hide resolved
components/esp_lvgl_port/src/lvgl9/simd/lv_color_blend_to_rgb565_esp32s3.S
Outdated
Show resolved
Hide resolved
components/esp_lvgl_port/src/lvgl9/simd/lv_color_blend_to_rgb565_esp32s3.S
Outdated
Show resolved
Hide resolved
components/esp_lvgl_port/src/lvgl9/simd/lv_color_blend_to_rgb565_esp32s3.S
Outdated
Show resolved
Hide resolved
components/esp_lvgl_port/test_apps/simd/main/test_lv_fill_functionality.c
Outdated
Show resolved
Hide resolved
components/esp_lvgl_port/src/lvgl9/simd/lv_color_blend_to_rgb565_esp32s3.S
Outdated
Show resolved
Hide resolved
8130009
to
b4391fc
Compare
Thanks for the update @pborcin ! Could you please sum-up a procedure for testing? I'd like to see what performance increase can we get with this new implementation compared to the old (ANSI C) implementation. |
You can find the testing framework in |
55281ea
to
36a0995
Compare
36a0995
to
14324a0
Compare
14324a0
to
1a4a89b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pborcin Thank you for the changes. LGTM.
ESP-BSP Pull Request checklist
Change description
This PR adds rgb565 SIMD support
Related