numpy, bump version (#5647)

This commit is contained in:
Schrijvers Luc
2021-01-31 11:37:33 +01:00
committed by GitHub
parent 9594c83b13
commit aff2c5aa26
2 changed files with 6 additions and 21 deletions

View File

@@ -1,15 +0,0 @@
diff --git a/numpy/core/src/umath/cpuid.c b/numpy/core/src/umath/cpuid.c
index 6744ceb..b1aaa09 100644
--- a/numpy/core/src/umath/cpuid.c
+++ b/numpy/core/src/umath/cpuid.c
@@ -19,7 +19,9 @@
static NPY_INLINE
int os_avx_support(void)
{
-#if HAVE_XGETBV
+// See, GCC bug < 7.3.1
+// https://github.com/numpy/numpy/pull/10814
+#if 0
/*
* use bytes for xgetbv to avoid issues with compiler not knowing the
* instruction