| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added to/from string conversion functions, and testcases for them. | Petteri.Aimonen | 2012-08-29 | 4 | -2/+252 |
| * | Perform the fix16_min -> fix16_minimum rename in unittests to make them work ... | Petteri.Aimonen | 2012-08-29 | 2 | -12/+12 |
| * | Const allows more optimizations than pure | Petteri.Aimonen | 2012-08-05 | 1 | -2/+2 |
| * | Add fix16_sq() inline function as a shorthand to square values | Petteri.Aimonen | 2012-08-05 | 1 | -1/+4 |
| * | Updated coding style document. | Flatmush | 2012-07-25 | 2 | -14/+51 |
| * | Added basic code style document to project. | Flatmush | 2012-07-25 | 1 | -0/+229 |
| * | Added abs, floor, ceil, min, max, clamp. | Flatmush | 2012-07-25 | 3 | -83/+92 |
| * | Added log base 2 functions kindly provided by Tev Olsen. | Flatmush | 2012-07-25 | 2 | -2/+109 |
| * | Added some deg/rad conversion functions. | Flatmush | 2012-07-25 | 4 | -446/+497 |
| * | Added a patch to make operator results constant in the C++ interface as sugge... | Flatmush | 2012-07-02 | 1 | -4/+4 |
| * | Added FFT code as an extra in the "contrib" folder | Petteri.Aimonen | 2012-05-29 | 1 | -0/+163 |
| * | Fix the check around 'leaf' attribute, which is supported only by GCC > 4.6. | Petteri.Aimonen | 2012-05-06 | 1 | -4/+3 |
| * | Updated exp() and log() on wiki page. | Petteri.Aimonen | 2012-02-27 | 0 | -0/+0 |
| * | Fix useless warning on AVR | Petteri.Aimonen | 2012-02-27 | 1 | -1/+6 |
| * | Benchmark suite using simulators | Petteri.Aimonen | 2012-02-27 | 6 | -0/+474 |
| * | Improved fix16_exp() (half runtime, more accuracy), added fix16_log(), made u... | Petteri.Aimonen | 2012-02-27 | 4 | -24/+217 |
| * | Added some function attributes when using GCC; these may help the optimizer a... | Petteri.Aimonen | 2012-01-27 | 1 | -21/+32 |
| * | FunctionReference added conversion functions | Petteri.Aimonen | 2012-01-27 | 0 | -0/+0 |
| * | Documented the un-documented compilation features. | Flatmush | 2012-01-27 | 0 | -0/+0 |
| * | Edited wiki page Benchmarks through web user interface. | Petteri.Aimonen | 2012-01-26 | 0 | -0/+0 |
| * | Edited wiki page Benchmarks through web user interface. | Petteri.Aimonen | 2012-01-26 | 0 | -0/+0 |
| * | Created wiki page through web user interface. | Petteri.Aimonen | 2012-01-26 | 0 | -0/+0 |
| * | Edited wiki page FunctionReference through web user interface. | Petteri.Aimonen | 2012-01-26 | 0 | -0/+0 |
| * | Created wiki page through web user interface. | Petteri.Aimonen | 2012-01-26 | 0 | -0/+0 |
| * | Edited wiki page FunctionReference through web user interface. | Petteri.Aimonen | 2012-01-26 | 0 | -0/+0 |
| * | Created wiki page through web user interface. | Petteri.Aimonen | 2012-01-26 | 0 | -0/+0 |
| * | Created wiki page through web user interface. | Petteri.Aimonen | 2012-01-26 | 0 | -0/+0 |
| * | Created wiki page through web user interface. | Petteri.Aimonen | 2012-01-26 | 0 | -0/+0 |
| * | Merging a bunch of separately developed functions: | Petteri.Aimonen | 2012-01-26 | 6 | -314/+962 |
| * | Back to previous Makefile I unintentionally modified | vincent.del.medico | 2011-06-11 | 1 | -19/+48 |
| * | Added a fix16_sqr32 function, which computes sqrt with reduced 64-bit operati... | vincent.del.medico | 2011-06-11 | 2 | -48/+50 |
| * | Fixed issue 12 in fix16_div when FIXMATH_NO_64BIT defined | vincent.del.medico | 2011-06-10 | 1 | -0/+2 |
| * | Faster atan2 algorithm (about twice faster), same precision | vincent.del.medico | 2011-06-09 | 2 | -63/+23 |
| * | Added a new algo for sin() function, and a small error analysis to show the p... | vincent.del.medico | 2011-06-08 | 3 | -1/+37 |
| * | Fixed some compiler errors in int64.h. | Flatmush | 2011-03-16 | 2 | -14/+15 |
| * | Changed the #if defined to __thumb2__ | joe.schaack | 2011-03-15 | 1 | -1/+1 |
| * | Fixed assembler error in fix16_mul, had used 'or' instead of the correct 'orr... | Flatmush | 2011-03-14 | 1 | -2/+2 |
| * | Fixed a dumb mistake in compilation macros which meant that fix16_mul didn't ... | Flatmush | 2011-03-14 | 1 | -1/+1 |
| * | Changed ARM fix16_mul to be disabled for thumb. | Flatmush | 2011-03-13 | 1 | -5/+5 |
| * | Added ARM specific fix16_mul which should be faster, this is untested however... | flatmush | 2011-03-04 | 1 | -0/+17 |
| * | Updated lerp6 and lerp16 (LinEar inteRPolation) to use the new int64 header s... | flatmush | 2011-03-03 | 3 | -12/+12 |
| * | Added int64.h which performs 64-bit calculations using 32-bit operations, thi... | flatmush | 2011-03-03 | 6 | -28/+195 |
| * | I assume you mean to subtract the two for the ssub function... | joe.schaack | 2011-03-02 | 1 | -1/+1 |
| * | Added fix16_add, fix16_sub, fix16_ssub as static inline functions. | flatmush | 2011-03-02 | 2 | -0/+31 |
| * | Updated C++ interface slightly, to make it more coherent. | flatmush | 2011-03-02 | 1 | -15/+16 |
| * | Added C++ class interface. | flatmush | 2011-03-02 | 3 | -3/+121 |
| * | Edited wiki page Trig_Math through web user interface. | Flatmush | 2011-03-01 | 0 | -0/+0 |
| * | Updated code::blocks project file to compile optimized release by default. | flatmush | 2011-03-01 | 1 | -1/+2 |
| * | Updated 32-bit division so it's now actually accurate to within 0.00065% even... | flatmush | 2011-03-01 | 4 | -72/+125 |
| * | Edited wiki page Trig_Math through web user interface. | joe.schaack | 2011-03-01 | 0 | -0/+0 |