Fixed Point Math Library for C Code
Brought to you by:
ivoras
File | Date | Author | Commit |
---|---|---|---|
.hgtags | 2012-07-17 |
![]() |
[bb4614] Added tag fixedptc-andromeda for changeset 3545... |
LICENSE | 2020-03-03 |
![]() |
[57887b] Add LICENSE file |
Makefile | 2020-02-28 |
![]() |
[1466c7] Allow to specify compiler and linker flags |
README.txt | 2012-07-17 |
![]() |
[2499a8] Fix copyright year in README |
fixedptc.h | 2020-02-28 |
![]() |
[b8acfe] Fixes the following compilation warning: |
test.c | 2012-07-17 |
![]() |
[d0cc9e] Comment on the purpose of the two test programs |
verify.c | 2015-03-08 |
![]() |
[80b044] Add a simple test case for fixedpt_tofloat |
fixedptc library - a simple fixed point math header library for C. Copyright (c) 2010-2012. Ivan Voras <ivoras@freebsd.org> Released under the BSDL. fixedptc is intended to be simple to use and integrate in other simple programs, thus is it implemented as a C header library. However, as functions in this mode of operation are all inlined, it can result in a significant increase in code size for the final executable. If the complex functions are used often in the end-program, the library should be refactored into a "normal" linkable object library.