Skip to content
GitLab
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
e928f31b
Commit
e928f31b
authored
Oct 18, 2016
by
Steinar Midtskogen
Browse files
Move clpf_sse4_1.c to clpf_sse4.c in agreement with convention
Change-Id: Ia9adc46b8a4d08c5b8e0089ea1a1526df4f1e1dc
parent
bae95c18
Changes
2
Hide whitespace changes
Inline
Side-by-side
av1/av1_common.mk
View file @
e928f31b
...
...
@@ -78,7 +78,7 @@ AV1_COMMON_SRCS-yes += common/clpf.h
AV1_COMMON_SRCS-yes
+=
common/clpf_simd.h
AV1_COMMON_SRCS-$(HAVE_SSE2)
+=
common/clpf_sse2.c
AV1_COMMON_SRCS-$(HAVE_SSSE3)
+=
common/clpf_ssse3.c
AV1_COMMON_SRCS-$(HAVE_SSE4_1)
+=
common/clpf_sse4
_1
.c
AV1_COMMON_SRCS-$(HAVE_SSE4_1)
+=
common/clpf_sse4.c
AV1_COMMON_SRCS-$(HAVE_NEON)
+=
common/clpf_neon.c
endif
ifeq
($(CONFIG_DERING),yes)
...
...
av1/common/clpf_sse4
_1
.c
→
av1/common/clpf_sse4.c
View file @
e928f31b
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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