I want to deploy some open source algorithms on esp32s3. The operators used in the current deployment are all designed by myself and are very simple. For example, convolution is nested through for loops, combined with some img2col processing, and the operating efficiency is very low.
I saw that there are some assembly source codes in this warehouse that use esp32s3 extended instructions for computing acceleration. Can I directly migrate these assembly operators to my project? If so, what adaptation work should I do? If not, can you tell me how to use the extended instructions of esp32s3? I don't have much experience in using assembly language.
Thank you so much!