Fix markup

This commit is contained in:
Amar Takhar 2016-01-16 18:28:08 -05:00 committed by Amar Takhar
parent ca49bfd73b
commit 7526578599

View File

@ -1512,7 +1512,9 @@ in software:
- a "binary search using ifs"
- the following algorithm based upon a 16 entry lookup table. In this pseudo-code, bit_set_table[16] has values which indicate the first bit set:
.. code:: c
_number = 0 if _value > 0x00ff
_value >>=8
_number = 8;