We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I'm using the ARM v6 compiler (AC6) in a Keil Studio project, and am having trouble with 'isnan' and 'isinf' calls. They return false regardless of the value of the single-precision float being passed. Is there a way to make this work? Also, how can I pass compiler options using the csolution.yml file format? Can I pass an argument such as -fno-finite-math-only? I don't see any examples in documention of what syntax to use.
Also, I'm using 'balanced' as the optimization type. Is there any documentation to see what that means? Does it enable 'fast-math'?