Tool/software:
Hi,
how can you trap floating point exceptions on linux?
We tried to use feenableexcept() but it failed for every exception bit.
We looked into the ARM A72 doc, but it says, it is not supported. Is there any way to stop execution in case of FPE?
Can this be enabled via the NEON coprocessor?
Thanks