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
Guillaume Martres
aom-rav1e
Commits
b1339751
Commit
b1339751
authored
Aug 19, 2015
by
Jingning Han
Committed by
Gerrit Code Review
Aug 19, 2015
Browse files
Merge "Rename inv_txfm_sse2.asm to inv_wht_sse2.asm"
parents
1fefc39e
49f6ff11
Changes
2
Hide whitespace changes
Inline
Side-by-side
vpx_dsp/vpx_dsp.mk
View file @
b1339751
...
...
@@ -192,7 +192,7 @@ DSP_SRCS-yes += inv_txfm.c
DSP_SRCS-$(HAVE_SSE2)
+=
x86/inv_txfm_sse2.h
DSP_SRCS-$(HAVE_SSE2)
+=
x86/inv_txfm_sse2.c
ifeq
($(CONFIG_USE_X86INC),yes)
DSP_SRCS-$(HAVE_SSE2)
+=
x86/inv_
txfm
_sse2.asm
DSP_SRCS-$(HAVE_SSE2)
+=
x86/inv_
wht
_sse2.asm
ifeq
($(ARCH_X86_64),yes)
DSP_SRCS-$(HAVE_SSSE3)
+=
x86/inv_txfm_ssse3_x86_64.asm
endif
# ARCH_X86_64
...
...
vpx_dsp/x86/inv_
txfm
_sse2.asm
→
vpx_dsp/x86/inv_
wht
_sse2.asm
View file @
b1339751
File moved
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