Floating point exceptions are hard to handle, because js doesn't give us a good way to detect them. We would need to emulate all float operations for this to work I think, which would be very slow.
- Alon On Thu, Jan 30, 2014 at 3:05 AM, wolfviking0 <[email protected]> wrote: > Hi, one of my sample have some unresolved symbol. > > Do you think, is it possible to implement it in javascript ?? > > warning: unresolved symbol: feclearexcept > warning: unresolved symbol: fetestexcept > warning: unresolved symbol: _mm_setcsr > warning: unresolved symbol: _mm_getcsr > warning: unresolved symbol: frexpl > > Thanks > > Tony > > -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
