Wykres commitów

3 Commity (62805873201d12c2a4fbb7ac89115a387b67b5bf)

Autor SHA1 Wiadomość Data
Damien George c070ff24a9 Disable some math functions until they work correctly. 2014-03-21 20:52:54 +00:00
Damien George 849a0dda86 stm: Add some floating-point math functions.
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-12 22:33:22 +00:00
Damien George 0c36da0b59 Implement ROMable modules. Add math module.
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).
2014-03-08 15:24:39 +00:00