summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/lib/umodsi3.S
AgeCommit message (Collapse)AuthorFilesLines
2022-03-09xtensa: add helpers for division, remainder and shiftsMax Filippov1-0/+57
Don't rely on libgcc presence, build own versions of the helpers with correct ABI. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>