Changes in uspace/lib/softint/include/shift.h [88d5c1e:80f6be9] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/softint/include/shift.h
r88d5c1e r80f6be9 46 46 extern long long __lshrdi3(long long, int); 47 47 48 49 /* ARM EABI */ 50 extern long long __aeabi_llsl(long long, int); 51 extern long long __aeabi_llsr(long long, int); 52 48 53 #endif 49 54
Note:
See TracChangeset
for help on using the changeset viewer.