commit | 43989ca67513398560e2979a262d20bd1601cca9 | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Wed Nov 18 15:42:37 2020 -0500 |
committer | Alberto Escolar <32480799+aescolar@users.noreply.github.com> | Thu Nov 19 08:41:56 2020 +0100 |
tree | 3f301795168e00800ec7c758a5f0ecf4b1613e22 | |
parent | 104f10074942afdb427c07828a20f587e5e9e7b2 [diff] |
libc: add labs() and llabs() Add support for abs with additional integer types. This is needed to make LLVM quiet and stop warning about abs being used with int64_t and such. Signed-off-by: Anas Nashif <anas.nashif@intel.com>