aboutsummaryrefslogtreecommitdiff
path: root/stm/math.c
AgeCommit message (Collapse)Author
2014-05-21stm: Remove long-obsolete stm/ port.Damien George
2014-04-20stm: Update to compile with latest changes to core py.Damien George
2014-03-23stm/stmhal: Change gammaf to tgammaf.Damien George
2014-03-23Merge pull request #356 from iabdalkader/d2fDamien George
Implement __aeabi_f2d and __aeabi_d2f
2014-03-22stm/stmhal: Add more math stubs.Damien George
2014-03-22Implement __aeabi_f2d and __aeabi_d2fmux
2014-03-21Disable some math functions until they work correctly.Damien George
2014-03-12stm: Add some floating-point math functions.Damien George
These have been taken from the musl library. It's a bit of a hack for now, just to get math functions working.
2014-03-08Implement ROMable modules. Add math module.Damien George
mp_module_obj_t can now be put in ROM. Configuration of float type is now similar to longint: can now choose none, float or double as the implementation. math module has basic math functions. For STM port, these are not yet implemented (they are just stub functions).