Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
e3bdae1f
Commit
e3bdae1f
authored
Nov 29, 2012
by
Jim Bankoski
Browse files
intrinsic warnings begone
Change-Id: I6a224c590b6a2c5b91f9084ffb8083d18223a206
parent
d0a20fd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/vp9_common.mk
View file @
e3bdae1f
...
...
@@ -114,6 +114,7 @@ endif
VP9_COMMON_SRCS-$(HAVE_SSE4_1)
+=
common/x86/vp9_filter_sse4.c
ifeq
($(HAVE_SSE4_1),yes)
vp9/common/x86/vp9_filter_sse4.c.o
:
CFLAGS += -msse4
vp9/common/x86/vp9_filter_sse4.c.d
:
CFLAGS += -msse4
endif
VP9_COMMON_SRCS-$(HAVE_SSE2)
+=
common/x86/vp9_filter_sse2.c
...
...
@@ -122,6 +123,9 @@ ifeq ($(HAVE_SSE2),yes)
vp9/common/x86/vp9_filter_sse2.c.o
:
CFLAGS += -msse2
vp9/common/x86/vp9_loopfilter_x86.c.o
:
CFLAGS += -msse2
vp9/common/x86/vp9_sadmxn_x86.c.o
:
CFLAGS += -msse2
vp9/common/x86/vp9_filter_sse2.c.d
:
CFLAGS += -msse2
vp9/common/x86/vp9_loopfilter_x86.c.d
:
CFLAGS += -msse2
vp9/common/x86/vp9_sadmxn_x86.c.d
:
CFLAGS += -msse2
endif
VP9_COMMON_SRCS-$(ARCH_ARM)
+=
common/arm/vp9_arm_systemdependent.c
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment