From 838de05fb10ec2b4e6a5793280a0c8efa26cd9c1 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Mon, 16 Jan 2023 17:53:48 +0100 Subject: [PATCH] suppressed forced disabling of SSE2 support --- cfoa.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfoa.hpp b/cfoa.hpp index 825a41f1..2e021791 100644 --- a/cfoa.hpp +++ b/cfoa.hpp @@ -185,7 +185,7 @@ struct protected_group:Group,group_access }; }; -#if defined(xxBOOST_UNORDERED_SSE2) +#if defined(BOOST_UNORDERED_SSE2) static_assert(sizeof(std::atomic)==1);