From c4121f9ef585350f594c7e6d3e3f8e9c261a0ec5 Mon Sep 17 00:00:00 2001 From: greg Date: Fri, 2 Oct 2020 14:12:00 -0400 Subject: [PATCH] issue #67 --- parallel_hashmap/phmap_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parallel_hashmap/phmap_config.h b/parallel_hashmap/phmap_config.h index a36829a..42b0664 100644 --- a/parallel_hashmap/phmap_config.h +++ b/parallel_hashmap/phmap_config.h @@ -618,7 +618,7 @@ #endif #ifndef PHMAP_HAVE_SSSE3 - #ifdef __SSSE3__ + #if defined(__SSSE3__) || defined(__AVX2__) #define PHMAP_HAVE_SSSE3 1 #else #define PHMAP_HAVE_SSSE3 0