Content deleted Content added
Updated PXA270 stats for uncached like the rest. |
m Bot: links syntax |
||
Line 12:
| status = active
}}
'''libfixmath''' is a [[platform independent|platform-independent]] [[fixed-point arithmetic|fixed point]] maths library aimed at developers wanting to perform fast non-integer maths on platforms lacking a [[Floating Point Unit|FPU]]. It offers developers a similar interface to the standard [[
libfixmath has no external dependencies other than [[
Work is underway to remove the requirement for a [[64-bit]] capable [[compiler]] as many compilers for [[Microcontroller|microcontrollers]] and [[Digital signal processor|DSPs]] do not support [[64-bit]] arithmetic.<ref>{{cite web|url=http://code.google.com/p/libfixmath/issues/detail?id=4|title=64-bit Compiler Support Issues}}</ref>
Line 44:
|<code>fix16_tan</code> || [[tangent (trigonometric function)|tangent]]
|-
|<code>fix16_mul</code> || [[
|-
|<code>fix16_div</code> || [[Division (mathematics)|division]]
|-
|<code>fix16_sadd</code> || [[Saturation arithmetic|saturated]] [[
|-
|<code>fix16_smul</code> || [[Saturation arithmetic|saturated]] [[
|-
|<code>fix16_sdiv</code> || [[Saturation arithmetic|saturated]] [[Division (mathematics)|division]]
|