Menu

Tree [57887b] default tip /
 History

Read Only access


File Date Author Commit
 .hgtags 2012-07-17 Ivan Voras Ivan Voras [bb4614] Added tag fixedptc-andromeda for changeset 3545...
 LICENSE 2020-03-03 Damian Wrobel Damian Wrobel [57887b] Add LICENSE file
 Makefile 2020-02-28 Damian Wrobel Damian Wrobel [1466c7] Allow to specify compiler and linker flags
 README.txt 2012-07-17 Ivan Voras Ivan Voras [2499a8] Fix copyright year in README
 fixedptc.h 2020-02-28 Damian Wrobel Damian Wrobel [b8acfe] Fixes the following compilation warning:
 test.c 2012-07-17 Ivan Voras Ivan Voras [d0cc9e] Comment on the purpose of the two test programs
 verify.c 2015-03-08 Ivan Voras Ivan Voras [80b044] Add a simple test case for fixedpt_tofloat

Read Me

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.