mirror of
https://github.com/deadw00d/AROS.git
synced 2025-12-07 14:04:01 +00:00
enable SSE2 based optimizations on x86_64
This commit is contained in:
@ -49,6 +49,11 @@ USER_CPPFLAGS := -DEMSCRIPTEN -DHAVE_CONFIG_H
|
|||||||
USER_CFLAGS := -noposixc
|
USER_CFLAGS := -noposixc
|
||||||
USER_INCLUDES := -I $(WEBPARCHSRCDIR) -I $(GENDIR)/$(CURDIR)
|
USER_INCLUDES := -I $(WEBPARCHSRCDIR) -I $(GENDIR)/$(CURDIR)
|
||||||
|
|
||||||
|
ifeq ($(AROS_TARGET_CPU),x86_64)
|
||||||
|
USER_CPPFLAGS += -DWEBP_HAVE_SSE2
|
||||||
|
WEBP_USESSE2=yes
|
||||||
|
endif
|
||||||
|
|
||||||
WEBPSYUVFILES := \
|
WEBPSYUVFILES := \
|
||||||
sharpyuv/sharpyuv_cpu \
|
sharpyuv/sharpyuv_cpu \
|
||||||
sharpyuv/sharpyuv_csp \
|
sharpyuv/sharpyuv_csp \
|
||||||
|
|||||||
Reference in New Issue
Block a user