Add some utilities to support 64-bit math operations on platforms that do not...
Add some utilities to support 64-bit math operations on platforms that do not support long long types. Not yet used anywhere
Showing
- arch 1 addition, 1 deletionarch
- include/nuttx/math32.h 180 additions, 0 deletionsinclude/nuttx/math32.h
- libc/misc/Make.defs 5 additions, 0 deletionslibc/misc/Make.defs
- libc/misc/lib_uadd64.c 80 additions, 0 deletionslibc/misc/lib_uadd64.c
- libc/misc/lib_umul32.c 93 additions, 0 deletionslibc/misc/lib_umul32.c
- libc/misc/lib_umul32x64.c 86 additions, 0 deletionslibc/misc/lib_umul32x64.c
- libc/misc/lib_umul64.c 101 additions, 0 deletionslibc/misc/lib_umul64.c
- libc/misc/lib_usub64.c 82 additions, 0 deletionslibc/misc/lib_usub64.c
Loading
Please register or sign in to comment