diff --git a/src/aal/aal_arm.h b/src/aal/aal_arm.h index 73e79f9..9dc722b 100644 --- a/src/aal/aal_arm.h +++ b/src/aal/aal_arm.h @@ -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.