From 9b53d82f1c98ad806423782251b26a94484bb649 Mon Sep 17 00:00:00 2001 From: Laptop Windows Date: Wed, 21 Feb 2024 19:32:40 -0500 Subject: [PATCH] working msvc --- .idea/.gitignore | 8 ++++++++ .idea/.name | 1 + .idea/Code.iml | 2 ++ .idea/deployment.xml | 14 ++++++++++++++ .idea/misc.xml | 4 ++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 7 +++++++ include/blt/std/simd.h | 2 +- libraries/parallel-hashmap | 2 +- 9 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/.name create mode 100644 .idea/Code.iml create mode 100644 .idea/deployment.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..1ddaeb4 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +BLT \ No newline at end of file diff --git a/.idea/Code.iml b/.idea/Code.iml new file mode 100644 index 0000000..f08604b --- /dev/null +++ b/.idea/Code.iml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/.idea/deployment.xml b/.idea/deployment.xml new file mode 100644 index 0000000..0e5114f --- /dev/null +++ b/.idea/deployment.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..79b3c94 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..74258af --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..92ab532 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/include/blt/std/simd.h b/include/blt/std/simd.h index bb4d626..c5ead2c 100644 --- a/include/blt/std/simd.h +++ b/include/blt/std/simd.h @@ -24,7 +24,7 @@ #include #else - #warning AVX is not available. + //#warning AVX is not available. #endif #include diff --git a/libraries/parallel-hashmap b/libraries/parallel-hashmap index 65775fa..401552d 160000 --- a/libraries/parallel-hashmap +++ b/libraries/parallel-hashmap @@ -1 +1 @@ -Subproject commit 65775fa09fecaa65d0b0022ab6bf091c0e509445 +Subproject commit 401552da80b0971f818e648621260720ad40934e