Changeset a24df004 in mainline for uspace/lib/softint/include/multiplication.h
- Timestamp:
- 2018-03-18T13:05:53Z (7 years ago)
- Parents:
- 973be387 (diff), c6a1768 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Jakub Jermář <jakub@…> (2018-03-18 13:05:53)
- git-committer:
- GitHub <noreply@…> (2018-03-18 13:05:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/softint/include/multiplication.h
r973be387 ra24df004 37 37 #define __SOFTINT_MULTIPLICATION_H__ 38 38 39 extern long __muldi3(long, long); 40 39 41 /* 64 bit multiplication */ 40 extern long long __mul di3(long long, long long);42 extern long long __multi3(long long, long long); 41 43 42 44 #endif
Note:
See TracChangeset
for help on using the changeset viewer.