Skip to content
Snippets Groups Projects
Select Git revision
  • 0dce9a21ced22ff4f7883177c24bf3358474dc98
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

objfloat.c

Blame
  • user avatar
    Damien George authored
    To use, put the following in mpconfigport.h:
    
        #define MICROPY_OBJ_REPR (MICROPY_OBJ_REPR_D)
        #define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_DOUBLE)
        typedef int64_t mp_int_t;
        typedef uint64_t mp_uint_t;
        #define UINT_FMT "%llu"
        #define INT_FMT "%lld"
    
    Currently does not work with native emitter enabled.
    b8cfb0d7
    History
    objfloat.c 8.46 KiB