summaryrefslogtreecommitdiff
path: root/lib/builtins/divtf3.c
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: use fp_t instead of long double, for consistencyEd Maste2019-09-091-1/+1
* [NFC][compiler-rt][builtins] Tidy and match comments for floating point opera...Leonard Chan2019-05-091-18/+16
* [builtins] Reformat builtins with clang-formatPetr Hosek2019-04-281-182/+191
* [builtins] Divide shouldn't underflow if rounded result would be normal.Eli Friedman2019-03-191-0/+12
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Implement __divtf3 for IEEE quad precision.Joerg Sonnenberger2014-05-301-0/+203