try disabling the GCC12+ tree vectorizer
This commit is contained in:
parent
c97471e63d
commit
1d00deee67
|
@ -163,6 +163,8 @@ endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
FCOMMON_OPT += -fno-tree-vectorize
|
||||||
|
|
||||||
ifeq ($(OSNAME), Interix)
|
ifeq ($(OSNAME), Interix)
|
||||||
ARFLAGS = -m x64
|
ARFLAGS = -m x64
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue