Changes in uspace/lib/softint/include/shift.h [80f6be9:88d5c1e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/softint/include/shift.h
r80f6be9 r88d5c1e 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 53 48 #endif 54 49
Note:
See TracChangeset
for help on using the changeset viewer.