summaryrefslogtreecommitdiff
path: root/lib/fp_lib.h
AgeCommit message (Expand)Author
2012-06-18Declare some variables unsigned to avoid signed vs unsigned mismatches.Joerg Sonnenberger
2011-11-15lib: Integrate abi.h into int_lib.h, there aren't good enough reasons for thi...Daniel Dunbar
2011-03-25Revert "Split single & double comparison routines into separate implementationDaniel Dunbar
2011-03-25Split single & double comparison routines into separate implementation files,Daniel Dunbar
2010-11-16license changeHoward Hinnant
2010-07-26Fix error in rep_clz on non-LP64 targets. Patch by Christoph GerumStephen Canon
2010-07-04Initial implementation of double-precision soft-float division, moved a coupl...Stephen Canon
2010-07-01Correction to previous commit which mistakenly included older versions of som...Stephen Canon
2010-07-01Adding soft-float comparisons, addition, subtraction, multiplication and nega...Stephen Canon