zephyr/lib/libc
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
..
minimal libc/printf: Use compiler-provided 64 bit math, phase 2 2016-09-10 00:49:01 +00:00
newlib nios2: Kconfig: remove some unused config options 2016-06-10 15:22:42 +00:00
Makefile cleanup libc kconfig and use choice 2016-02-05 20:15:25 -05:00