Skip to content

qintianchou/fixedptc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fixedptc library - a simple fixed point math header library for C.
Copyright (c) 2010-2012. Ivan Voras <[email protected]>
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.