-
Notifications
You must be signed in to change notification settings - Fork 125
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The ESP32-S3 microcontroller has a set of dedicated instructions for vector operations. Generally speaking, instructions can operate on 16 bytes, with variations for 1, 2 and 4 byte values. These intrinsics can either be used on their own, or via the ESP-DSP library. Adding support for these instructions could provide significant performance improvements for the ESP32-S3 microcontroller.
Documentation on the extended instructions are documented in sections 1.5 and 1.6 of the reference manual (PDF)and documentation for the ESP-DSP library is provided on their website.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request