Implementation details for folly::findFixed.
Functions
Name |
Description |
Searches 16 bytes for a value using a SIMD register. |
|
Searches a fixed‐size range using two overlapping SIMD registers. |
|
Searches 32 bytes for a value using a SIMD register. |
|
Searches 8 bytes for a value using a SIMD register. |
|
Searches a range for a value with a constexpr‐friendly scalar loop. |
|
Dispatches a fixed‐size search to the best strategy for the range size. |
|
Searches a fixed‐size range with a plain scalar loop the compiler can unroll. |
|
Searches a fixed‐size range by splitting off a leading SIMD register. |
|
Returns the index of the first set element in a SIMD comparison register. |
Variables
Name |
Created with MrDocs