THREE floating point exceptions in CPP launch of nobm_pp_ttW:
IEEE_INVALID_FLAG IEEE_UNDERFLOW_FLAG IEEE_DENORMAL
This is a followup of #701, where I had found that there were FOUR floating point exceptions in CPP launch of pp_ttW:
Note: The following floating-point exceptions are signalling: IEEE_INVALID_FLAG IEEE_DIVIDE_BY_ZERO IEEE_UNDERFLOW_FLAG IEEE_DENORMAL
In MR #723 I am merging a comprehensive set of fixes, which I hoped would fix #701 completely. Unfortunately, they ONLY fix the division by zero, i.e. one of the four FPEs. The other three are still pending...