gbmhunter / MFixedPoint

MFixedPoint is a header-only fixed-point C++ library suitable for fast arithmetic operations on systems which don't have a FPU (e.g. embedded systems).. Suitable for performing computationally intensive operations on a computing platform that does not have a floating-point unit (like most smaller embedded systems, such as Cortex-M3, CortexM0, ATmega, PSoC 5, PSoC 5 LP, PSoC 4, Arduino platforms e.t.c). Common applications include BLDC motor control and image processing. Best performance on a 32-bit or higher architecture (although 8-bit architectures should still be fine).
MIT License
158 stars 32 forks source link

Add Benchmarking Program #27

Closed gbmhunter closed 11 years ago

gbmhunter commented 11 years ago

To test the fixedpoint calc speed, and compare against previous measurements.

gbmhunter commented 11 years ago

Added in 61f8f64dcf1e08a53c6610eb51bb06be798cdabd (v4.0.0.0!).