K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2019-12-08T04:36:42.955678Z K 7 svn:log V 360 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 END