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