Browse Source
GCC's softfloat is built by default without support for dynamic rounding modes. This makes softfloat newlib's floating point always round-to-zero, and returns a failure code when trying to set it. This patch is needed to make newlib compile on anything without F, as it used to try use an undefined instruction to do this.pull/53/head
1 changed files with 18 additions and 0 deletions
Loading…
Reference in new issue