Skip to content

Commit 0c773b8

Browse files
authored
Do not rely on HAVE_SSE3 in DYNAMIC_ARCH builds
1 parent fbda20c commit 0c773b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile.x86_64

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ endif
99
endif
1010

1111
ifdef HAVE_SSE3
12+
ifndef DYNAMIC_ARCH
1213
CCOMMON_OPT += -msse3
1314
FCOMMON_OPT += -msse3
1415
endif
16+
endif
1517

1618
ifeq ($(CORE), SKYLAKEX)
1719
ifndef DYNAMIC_ARCH

0 commit comments

Comments
 (0)