try disabling the GCC12+ tree vectorizer

This commit is contained in:
Martin Kroeker 2022-08-28 22:27:33 +02:00 committed by GitHub
parent c97471e63d
commit 1d00deee67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -163,6 +163,8 @@ endif
endif
FCOMMON_OPT += -fno-tree-vectorize
ifeq ($(OSNAME), Interix)
ARFLAGS = -m x64
endif