You are reading a single comment by @FManga and its replies. Click here to read the full conversation.
  • I tested softfp and the compiler does output floating-point instructions. I have no code to test if the float argument passing works as intended, though.

    It already works like that, no changes in EspruinoCompiler needed (unless it broke recently)

    Also using floating point instructions work inside inline C, see my tests linked in previous post.

    Include files and macros are intentionally blocked https://github.com/gfwilliams/EspruinoCo­mpiler/blob/master/src/compile.js#L466 so you can't include math.h

  • It already works like that, no changes in EspruinoCompiler needed (unless it broke recently)

    It was set to soft, not softfp. This was changed to softfp today.

    Include files and macros are intentionally blocked

    This is true...

    so you can't include math.h

    ... but this also changed today.

About

Avatar for FManga @FManga started