We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8c48a2 commit 5c49f05Copy full SHA for 5c49f05
deps/blas.mk
@@ -62,15 +62,6 @@ OPENBLAS_FFLAGS += -mincoming-stack-boundary=2
62
endif
63
64
65
-# Work around invalid register errors on 64-bit Windows
66
-# See discussion in https://github.com/xianyi/OpenBLAS/issues/1708
67
-# TODO: Remove this once we use a version of OpenBLAS where this is set automatically
68
-ifeq ($(OS),WINNT)
69
-ifeq ($(ARCH),x86_64)
70
-OPENBLAS_CFLAGS += -fno-asynchronous-unwind-tables
71
-endif
72
73
-
74
OPENBLAS_BUILD_OPTS += CFLAGS="$(CFLAGS) $(OPENBLAS_CFLAGS)"
75
OPENBLAS_BUILD_OPTS += FFLAGS="$(FFLAGS) $(OPENBLAS_FFLAGS)"
76
OPENBLAS_BUILD_OPTS += LDFLAGS="$(LDFLAGS) $(RPATH_ESCAPED_ORIGIN)"
0 commit comments