This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Fixed-point operations
- From: "Cristea Bogdan" <cristeab at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Mon, 31 Dec 2007 10:51:50 +0100
- Subject: Fixed-point operations
Is there a library implementing fast fixed-point operations (addition,
multiplication, comparisons)? I have used till now a C++ class, but
the fixed-point operations are very slow wrt to their floating-point
counterparts.
--
Bogdan Cristea