Update src/aal/aal_arm.h
This commit is contained in:
committed by
GitHub
parent
55f1237df9
commit
04909305aa
@@ -18,7 +18,8 @@ namespace snmalloc
|
||||
/**
|
||||
* Bitmap of AalFeature flags
|
||||
*/
|
||||
static constexpr uint64_t aal_features = IntegerPointers | NoCpuCycleCounters;
|
||||
static constexpr uint64_t aal_features =
|
||||
IntegerPointers | NoCpuCycleCounters;
|
||||
/**
|
||||
* On pipelined processors, notify the core that we are in a spin loop and
|
||||
* that speculative execution past this point may not be a performance gain.
|
||||
|
||||
Reference in New Issue
Block a user