From 04909305aa195253e126a34659c167b86f69076b Mon Sep 17 00:00:00 2001 From: Matthew Parkinson Date: Tue, 17 Mar 2020 12:28:14 +0000 Subject: [PATCH] Update src/aal/aal_arm.h --- src/aal/aal_arm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.