Skip to content

Commit 5c49f05

Browse files
committed
revert 28449 - workaround for openblas on Win64
1 parent c8c48a2 commit 5c49f05

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

deps/blas.mk

-9
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,6 @@ OPENBLAS_FFLAGS += -mincoming-stack-boundary=2
6262
endif
6363
endif
6464

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-
endif
73-
7465
OPENBLAS_BUILD_OPTS += CFLAGS="$(CFLAGS) $(OPENBLAS_CFLAGS)"
7566
OPENBLAS_BUILD_OPTS += FFLAGS="$(FFLAGS) $(OPENBLAS_FFLAGS)"
7667
OPENBLAS_BUILD_OPTS += LDFLAGS="$(LDFLAGS) $(RPATH_ESCAPED_ORIGIN)"

0 commit comments

Comments
 (0)