Re: Build failed on raspberry.
- Posted by SDPringle Sep 22, 2015
- 2310 views
The PI number causes the scanner to trigger the inexact flag because there are too many digits for 64-bit doubles. The inexact flag for ARM is the same numerical value as the underflow flag for i386. This makes sense.
If t_eutest.e is failing, it kind of invalidates the 91% success rate as it means the testing system itself is not working. Theoretically, the ifdef you added should make all tests t_c_underflow* and t_c_overflow* succeed.
SDPringle