Browse Source
Some glibc floating point routines use inline assembly. This changes them to use regular C code to do this when compiled without hardware floatint-point support. The change just uses regular C to perform these operations when compiled on ABIs without hardware floating point.pull/58/head
7 changed files with 48 additions and 2 deletions
Loading…
Reference in new issue