Hi, in my current project, I have been experimenting using <cmath> funtions and <math_neon.h> functions. Since I am running this code at initialization, I would like to use the higher precision functions from <cmath>. However, when using them, my project takes a very long time to compile (about a minute or so). Specifically, I am using sinf(). When using sinf_neon(), the compile time reverts back to normal, and I only have to wait a few seconds or so before my project begins to run.
If you need any further information from me about this, I am more than willing to provide anything necessary.