Merge pull request #1802 from martin-frbg/issue1801
Use avx512 workaround with msys2/mingw64 as well
This commit is contained in:
commit
8f7e986184
|
@ -15,6 +15,11 @@ FCOMMON_OPT += -march=skylake-avx512
|
||||||
ifeq ($(OSNAME), CYGWIN_NT)
|
ifeq ($(OSNAME), CYGWIN_NT)
|
||||||
CCOMMON_OPT += -fno-asynchronous-unwind-tables
|
CCOMMON_OPT += -fno-asynchronous-unwind-tables
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(OSNAME), WINNT)
|
||||||
|
ifeq ($(C_COMPILER), GCC)
|
||||||
|
CCOMMON_OPT += -fno-asynchronous-unwind-tables
|
||||||
|
endif
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue