diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2012-02-04 18:08:17 -0500 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2012-02-04 18:08:17 -0500 |
| commit | 67dd4d6995c2bef9910e031f23aae88e07354587 (patch) | |
| tree | 28ea88021d436a9f7447143757c438af52d1f41d /docs/API | |
| parent | 1a083cdaccb3598de834c3643c5bc02716af804d (diff) | |
| download | rockbox-67dd4d6995c2bef9910e031f23aae88e07354587.zip rockbox-67dd4d6995c2bef9910e031f23aae88e07354587.tar.gz rockbox-67dd4d6995c2bef9910e031f23aae88e07354587.tar.bz2 rockbox-67dd4d6995c2bef9910e031f23aae88e07354587.tar.xz | |
Generic find_first_set_bit can use __builtin_ctz instead of __builtin_ffs
The former gives 0-based indexes, which is what our implementation returns,
making the "- 1" unnecessary.
Change-Id: I172ab5e06695be62e4a18d4fd0415b8314f5dc26
Diffstat (limited to 'docs/API')
0 files changed, 0 insertions, 0 deletions