mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[apps/shared] Halve k_parametricStepFactor to maximise cache hits
Change-Id: Ibe3c441e4af88277d1e4594801b805336a1f3e0b
This commit is contained in:
committed by
Émilie Feral
parent
db4a1b0265
commit
52f83eb682
@@ -7,7 +7,7 @@ namespace Shared {
|
||||
constexpr int ContinuousFunctionCache::k_sizeOfCache;
|
||||
constexpr float ContinuousFunctionCache::k_cacheHitTolerance;
|
||||
constexpr int ContinuousFunctionCache::k_numberOfAvailableCaches;
|
||||
constexpr int ContinuousFunctionCache::k_parametricStepFactor;
|
||||
constexpr int ContinuousFunctionCache::k_numberOfParametricCacheablePoints;
|
||||
|
||||
// public
|
||||
void ContinuousFunctionCache::PrepareForCaching(void * fun, ContinuousFunctionCache * cache, float tMin, float tStep) {
|
||||
|
||||
Reference in New Issue
Block a user