Re: 832x: MATH_EMUL

2009-08-21 Thread Heiko Schocher
Hello Geert, Geert Uytterhoeven wrote: > On Fri, 21 Aug 2009, Kumar Gala wrote: >> On Aug 21, 2009, at 1:39 AM, Heiko Schocher wrote: >>> I actually porting a mpc8321 based port, and because there is no FPU >>> on this CPU, I activated MATH_EMUL, as all other mpc832x ports did. >>> >>> Is there so

Re: 832x: MATH_EMUL

2009-08-21 Thread Geert Uytterhoeven
On Fri, 21 Aug 2009, Kumar Gala wrote: > On Aug 21, 2009, at 1:39 AM, Heiko Schocher wrote: > >I actually porting a mpc8321 based port, and because there is no FPU > >on this CPU, I activated MATH_EMUL, as all other mpc832x ports did. > > > >Is there something like a counter, which counts how many

Re: 832x: MATH_EMUL

2009-08-21 Thread Detlev Zundel
Hi Kumar, > On Aug 21, 2009, at 1:39 AM, Heiko Schocher wrote: > >> Hello, >> >> I actually porting a mpc8321 based port, and because there is no FPU >> on this CPU, I activated MATH_EMUL, as all other mpc832x ports did. >> >> Is there something like a counter, which counts how many times this >>

Re: 832x: MATH_EMUL

2009-08-20 Thread Kumar Gala
On Aug 21, 2009, at 1:39 AM, Heiko Schocher wrote: Hello, I actually porting a mpc8321 based port, and because there is no FPU on this CPU, I activated MATH_EMUL, as all other mpc832x ports did. Is there something like a counter, which counts how many times this Exception occurs? Geert publ