summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/lshrti3.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move compiler_rt type definitions to a separate headerjca2020-08-131-32/+2
| | | | | so that we can reuse them in other compiler_rt routines. ok kettenis@
* Add __lshrti3 to libkern and use it on sparc64jca2020-04-021-0/+71
With this it's possible to build the kernel using clang. Discussed with claudio@, ok deraadt@