platform_bionic/tests/headers
Elliott Hughes 4a6899ce0c Add ffsl(3), ffsll(3).
POSIX added these GNU extensions for issue 8.

I've made these always inline without the usual "until API level X"
proviso because they're single instructions that the compiler can inline
and there's really no point providing these if they add function call
overhead --- everyone should just use __builtin_ffs() and friends
instead in that case.

Bug: https://austingroupbugs.net/view.php?id=617
Test: treehugger
Change-Id: I33fc4b8648ea25917329e81c1b4c60eb9a66d667
2020-03-26 11:43:05 -07:00
..
posix Add ffsl(3), ffsll(3). 2020-03-26 11:43:05 -07:00
Android.bp Test POSIX 1003.1 2016 chapter 13 "Headers". 2017-12-13 09:01:35 -08:00