Skip to content
  • Damien George's avatar
    lib/libm/math: Remove implementations of float conversion functions. · 3bedff0b
    Damien George authored
    These implementations are incorrect (eg f2d and d2f don't handle special
    values like 0.0) and proper versions can be provided by libgcc (or
    equivalent depending on the toolchain).
    
    libgcc is now linked with the stmhal port so that library will provide
    these functions from now on.
    3bedff0b