This struct provides a namespace for a suite of functions that give performance hints to the compiler or hardware.
Synopsis
Declared in <bsls_performancehint.h>
struct PerformanceHint;
Static Member Functions
Name |
Description |
Hint that the enclosing branch executes infrequently. |
|
Prefetch one cache line of data at |
|
Prefetch one cache line of data at |
|
Hint that the enclosing branch is rarely taken. |
Created with MrDocs