Update src/aal/aal_arm.h

This commit is contained in:
Matthew Parkinson
2020-03-17 12:28:14 +00:00
committed by GitHub
parent 55f1237df9
commit 04909305aa

View File

@@ -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.