Libfixmath: Difference between revisions

Content deleted Content added
Updated latest release.
Added performance table.
Line 71:
|<code>fix16_from_int</code> || Convert [[Integer (computer science)|integer]] to a [[Q (number format)|Q16.16]]
|}
 
==Performance==
 
{|class="wikitable"
|-
! Name !! Time Compared to Float
|-
|[[ARM architecture|ARM Cortex M0]] || 26.3%
|-
|[[List of Intel Core 2 microprocessors|Intel T5500]] || 120%
|-
|[[Intel atom|Intel Atom N280]] || 141%
|}
Note: These results were calculated using fixtest with caching optimizations turned off.<ref>{{cite web|url=http://code.google.com/p/libfixmath/downloads/detail?name=fixtest_r16.zip|title=fixtest Download Page}}</ref>
 
For the most intensive function ([[atan2]]) benchmark results show the following resul
 
==Licensing==