1
0
mirror of https://github.com/deadw00d/AROS.git synced 2025-12-06 13:11:35 +00:00

enable SSE2 based optimizations on x86_64

This commit is contained in:
Kalamatee
2025-06-04 13:56:14 +01:00
committed by deadwood
parent 263c57d38d
commit 389fc4acc2

View File

@ -49,6 +49,11 @@ USER_CPPFLAGS := -DEMSCRIPTEN -DHAVE_CONFIG_H
USER_CFLAGS := -noposixc
USER_INCLUDES := -I $(WEBPARCHSRCDIR) -I $(GENDIR)/$(CURDIR)
ifeq ($(AROS_TARGET_CPU),x86_64)
USER_CPPFLAGS += -DWEBP_HAVE_SSE2
WEBP_USESSE2=yes
endif
WEBPSYUVFILES := \
sharpyuv/sharpyuv_cpu \
sharpyuv/sharpyuv_csp \