![]() |
Jolt Physics
A multi core friendly Game Physics Engine
|
Go to the source code of this file.
Functions | |
| template<typename T > | |
| JPH_NAMESPACE_BEGIN void | PrefetchL1 (const T *inAddress) |
| Prefetch the given address to L1 cache. Can be used to avoid cache misses, but should be used with care as it can also cause cache pollution if used incorrectly. | |
|
inline |
Prefetch the given address to L1 cache. Can be used to avoid cache misses, but should be used with care as it can also cause cache pollution if used incorrectly.