From 7db310f6d27fbd2b37c5e831f00a515a21cd6b67 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Tue, 25 Oct 2022 11:48:41 +0200 Subject: [PATCH] reverted 0b575dc98304af2b8e8f565783f0f85898df3b52 (may affect performance) --- include/boost/unordered/detail/foa.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/unordered/detail/foa.hpp b/include/boost/unordered/detail/foa.hpp index f2867074..132301e2 100644 --- a/include/boost/unordered/detail/foa.hpp +++ b/include/boost/unordered/detail/foa.hpp @@ -387,7 +387,7 @@ private: static inline int simde_mm_movemask_epi8(uint8x16_t a) { - static constexpr uint8_t md[16]={ + static const uint8_t md[16]={ 1 << 0, 1 << 1, 1 << 2, 1 << 3, 1 << 4, 1 << 5, 1 << 6, 1 << 7, 1 << 0, 1 << 1, 1 << 2, 1 << 3,