summaryrefslogtreecommitdiff
path: root/lib/builtins/divtc3.c
AgeCommit message (Collapse)Author
2017-04-07[builtins] Fix MSVC buildReid Kleckner
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). git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@299784 91177308-0d34-0410-b5e6-96231b3b80d8
2015-11-22Add a generic version of __divtc3.c for long double complex division.Joerg Sonnenberger
Mark the unit test as applying to all platforms. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@253831 91177308-0d34-0410-b5e6-96231b3b80d8