ESP32-S3 throws IllegalInstruction
-error for dsps_dotprod_f32
due to (ASM) dsps_dotprod_f32_ae32
?
#988
Labels
bug
Something isn't working
Describe the bug
Based on this macro-condition
dsps_dotprod_f32
defaults todsps_dotprod_f32_ae32
for ESP32-S3. However, (despite the fact that it compiles) it throwsIllegalInstruction
-error in log, therefore it doesn't work. Unfortunately, I don't have an ESP32-S3 to verify this 100%, but as far as I understand this should be a wokwi issue.To Reproduce
Just test this wokwi example here:
Expected behavior
Based on this example,
dsps_dotprod_f32
should work just like the...ansi
-version works without any error.Environment (please complete the following information):
Additional context
As said, unfortunately: I don't have an ESP32-S3 to verify this 100% (an order I had never came), but as far as I understand this should be a wokwi issue.
The text was updated successfully, but these errors were encountered: