Re: quieries related to math handling in micro controllers



yasha wrote:
hello folks..
I'm doing a project related to 8051 micro controller, it is required to
handle floating point numbers to a great precision. is there any way with which this can be done easily with 8051 or is there
any mathematical controller that can do a better job?
please let me know..


An 8051 is about the most inefficient processor you could think of for doing floating point. But if you are happy with extremely slow performance, then it will do the job - after all, pocket calculators have been made with 4-bit microcontrollers. If you are happy with speeds measured in flops, your 8051 will be fine. If you want speeds in kiloflops, get a proper microcontroller. If you want speeds in megaflops, get a processor with hardware floating point support.

.



Relevant Pages

  • Re: quieries related to math handling in micro controllers
    ... I'm doing a project related to 8051 micro controller, ... There are/were floating point math coprocessors but precision was ... Can this be done with nylon rope or or there some other ...
    (comp.arch.embedded)
  • Re: quieries related to math handling in micro controllers
    ... I'm doing a project related to 8051 micro controller, ... I've written super math packages for ... There are/were floating point math coprocessors but precision was ...
    (comp.arch.embedded)
  • Re: Best FPGA for floating point performance
    ... I am not aware of any x86 that can run quite that fast (even for one core). ... Their claims are that the floating point hardware unit speeds up the software exection by at least a factor of 5. ... If I am not mistaken IEEE is not the be all and end all of FPU and has ...
    (comp.arch.fpga)
  • Re: quieries related to math handling in micro controllers
    ... I'm doing a project related to 8051 micro controller, ... handle floating point numbers to a great precision. ... This site gives a few timings of their floating point operations. ... Have you spec'd out how fast you need float operations? ...
    (comp.arch.embedded)
  • Re: quieries related to math handling in micro controllers
    ... I'm doing a project related to 8051 micro controller, ... What is the quantitative meaning of "great precision"? ... How many floating point operations do you need to perform each ...
    (comp.arch.embedded)