2020-08-24 09:01 AM
I'm currently working on a project that needs to decode JPEG's and do so as fast as possible, natuarlly I've looked for alternatives to the libjpeg offered by CubeMX and stumbled upon Libjpeg Turbo which uses SIMD instructions to optimize the de-/compression process - Seeing as my MCU (STM32F407) is a Cortex-M4 core which seems to include SIMD instructions naturally I would like to give it a try, however my attempt of replacing the original lib files was unsuccessful and after trying to fix hundreds of compile errors I gave up as I was unable to resolve some of them.
Has somebody given this a try before?
2023-09-21 01:55 AM
Hi, I have the same needs as you now. What did you do in the end?