zephyr/lib
Andy Ross 5729235b57 libc/printf: Use compiler-provided 64 bit math, phase 2
Remove the function wrappers around the 64 bit math and just use C
syntax natively, combining ops where appropriate (e.g. there was a
sequence implementing "(x<<2+x)<<2" to do "multiply by 10").  The
_ldiv5 and _rlrshift routines are non-standard ops that provide useful
abstraction, so they remain as separate functions.

Change-Id: I4d83847348fdd7be09887b833c8ccbd2aa1e4182
Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2016-09-10 00:49:01 +00:00
..
libc libc/printf: Use compiler-provided 64 bit math, phase 2 2016-09-10 00:49:01 +00:00
Kbuild ext: move tinycrypt to ext/lib 2016-06-01 14:27:41 -04:00
Kconfig tinycrypt: move from lib to regular objects 2016-05-16 19:43:50 +00:00
Makefile ext: move tinycrypt to ext/lib 2016-06-01 14:27:41 -04:00