freebsd-src/stand/powerpc
Justin Hibbits 9e319462a0 powerpc: Use builtins for fls/flsl
Summary:
There's no need to use the fallback fls() and flsl() libkern functions
when the PowerISA includes instructions that already do the bulk of the
work.  Take advantage of this through the GCC builtins __builtin_clz()
and __builtin_clzl().

Reviewed by:	luporl
Differential Revision:	https://reviews.freebsd.org/D22340
2019-12-08 04:36:42 +00:00
..
boot1.chrp [PowerPC64] stand: fix build using clang 8 as compiler 2019-05-20 19:21:35 +00:00
kboot powerpc: Use builtins for fls/flsl 2019-12-08 04:36:42 +00:00
ofw loader/powerpc64: Include generic PVR values in CAS architecture list 2019-10-08 02:36:53 +00:00
uboot Revert r352557: powerpc/loader: Install ubldr without stripping 2019-10-07 03:28:11 +00:00
Makefile stand: TARGET_ARCH is spelled MACHINE_ARCH in Makefiles 2019-05-21 03:05:24 +00:00
Makefile.inc