summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/builtins/divtc3.c
Commit message (Collapse)AuthorAgeFilesLines
* [builtins] Fix MSVC buildReid Kleckner2017-04-071-11/+11
| | | | | | | | | | Avoid __attribute__((constructor)) in cpu_model.c. Use more C99 _Complex emulation in divtc3.c. Joerg Sonnenberger added this builtin just after the last round of C99 _Complex emulation landed in r249514 (Oct 2015). llvm-svn: 299784
* Add a generic version of __divtc3.c for long double complex division.Joerg Sonnenberger2015-11-221-0/+60
Mark the unit test as applying to all platforms. llvm-svn: 253831
OpenPOWER on IntegriCloud