is there trivial way to change floats to fixed points?

Alan Cox alan at lxorguk.ukuu.org.uk
Thu May 14 20:53:31 CEST 2009


> I hope it will help.

How do you think the compiler and C library are doing it for you already ?

If you need to speed a fpu using app up you either need a processor with
an FPU or to analyse the app in detail and produce a better than generic
FPU using solution - eg by showing its valid in fixed point maths. The
compilers are already doing the best they can for generic fp maths.

Alan



More information about the devel mailing list