Changes in uspace/lib/softint/generic/shift.c [9d58539:5f9768bb] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/softint/generic/shift.c
r9d58539 r5f9768bb 123 123 } 124 124 125 long long __aeabi_llsl(long long val, int shift) 126 { 127 return __ashldi3(val, shift); 128 } 129 125 130 /** @} 126 131 */
Note:
See TracChangeset
for help on using the changeset viewer.