From c6a54f51062e1d949296a7bfac5c0ce91eeea889 Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Thu, 25 Apr 2024 17:42:03 -0400 Subject: [PATCH] simd disable --- include/blt/std/simd.h | 3 +-- libraries/parallel-hashmap | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/include/blt/std/simd.h b/include/blt/std/simd.h index c5ead2c..4428862 100644 --- a/include/blt/std/simd.h +++ b/include/blt/std/simd.h @@ -22,13 +22,12 @@ #if defined(__AVX__) || defined(__AVX2__) #include + #include #else //#warning AVX is not available. #endif -#include - namespace blt { class simd diff --git a/libraries/parallel-hashmap b/libraries/parallel-hashmap index 7ef2e73..1036816 160000 --- a/libraries/parallel-hashmap +++ b/libraries/parallel-hashmap @@ -1 +1 @@ -Subproject commit 7ef2e733416953b222851f9a360d7fc72d068ee5 +Subproject commit 10368163ab1f4367d2f0685b5928b1c973ebd1ec