Browse Source

try disabling the GCC12+ tree vectorizer

pull/3745/head
Martin Kroeker GitHub 3 years ago
parent
commit
1d00deee67
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Makefile.x86_64

+ 2
- 0
Makefile.x86_64 View File

@@ -163,6 +163,8 @@ endif
endif


FCOMMON_OPT += -fno-tree-vectorize

ifeq ($(OSNAME), Interix)
ARFLAGS = -m x64
endif


Loading…
Cancel
Save