aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2022-06-17 18:10:00 -0700
committerAndrew Kelley <andrew@ziglang.org>2022-06-17 18:10:00 -0700
commit0556a2ba53b8bbb1a60ff31d8dcdde78a8b16727 (patch)
treec691076f8f43db00ba0c6e58afebb1300ea4093e /src
parent3efc229bbf8aaec9de54a702054b091bf890d56e (diff)
downloadzig-0556a2ba53b8bbb1a60ff31d8dcdde78a8b16727.tar.gz
zig-0556a2ba53b8bbb1a60ff31d8dcdde78a8b16727.zip
compiler-rt: finish cleanups
Finishes cleanups that I started in other commits in this branch. * Use common.linkage for all exports instead of redoing the logic in each file. * Remove pointless `@setRuntimeSafety` calls. * Avoid redundantly exporting multiple versions of functions. For example, if PPC wants `ceilf128` then don't also export `ceilq`; similarly if ARM wants `__aeabi_ddiv` then don't also export `__divdf3`. * Use `inline` for helper functions instead of making inline calls at callsites.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions