Search found 1 match

by sampling28
Fri Jul 05, 2024 3:34 pm
Forum: General Discussion
Topic: How to find if FPU is used
Replies: 1
Views: 782

How to find if FPU is used

Does the esp32 compiler assign tasks to FPU in xtensa processor even when the declared datatypes are integer only? If so,

Is it possible to check how much FPU is being used in my esp32 for a full integer computation ?