Changeset 5f9768bb in mainline for uspace/lib/softint/generic/shift.c
- Timestamp:
- 2013-11-19T11:36:53Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 67ddb71
- Parents:
- 18dc93c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/softint/generic/shift.c
r18dc93c 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.