|
From: | Marco Driusso |
Subject: | Re: embedding octave - floating point exception |
Date: | Wed, 11 Mar 2009 09:37:39 +0100 |
Odds are that some other component is changing the FPU flags to induce
interrupts on exceptional behavior. It might be worth wrapping all
interpreter entry points with C99's feholdexcept / feupdateenv when
they're available. I have autoconf macros to check those sitting around
*somewhere*.
Jason
[Prev in Thread] | Current Thread | [Next in Thread] |