numpy: update to 1.21.2

This commit is contained in:
Mehdi Chinoune
2021-09-11 11:14:41 +01:00
parent f2f32efb67
commit 39b52e52d4
2 changed files with 37 additions and 23 deletions

View File

@@ -32,7 +32,7 @@ index c72424a..8e7b0ff 100644
return (uint64_t)product;
}
#else
-#ifdef _WIN32
-#if defined(_WIN32)
+#if defined(_WIN32) && !defined(__MINGW32__)
#include <intrin.h>
#if defined(_WIN64) && defined(_M_AMD64)