From 72fb21bd6d55166da46d1f523699da1a7f837924 Mon Sep 17 00:00:00 2001 From: Fabrice Date: Mon, 23 Mar 2026 08:21:25 +0100 Subject: allow sse2 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 982698c..e1ef948 100644 --- a/makefile +++ b/makefile @@ -41,7 +41,7 @@ ifeq ($(CM_OPT_ENABLE_ASAN),1) endif ifeq ($(CM_OPT_ENABLE_SSE2),1) - CM_CC_FLAGS += -DCM_SSE2=1 + CM_CC_FLAGS += -DCM_SSE2=1 -msse2 endif .PHONY: all -- cgit v1.2.3