Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
aom-rav1e
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiph.Org
aom-rav1e
Commits
4f7a7d29
Commit
4f7a7d29
authored
9 years ago
by
Jingning Han
Browse files
Options
Downloads
Patches
Plain Diff
Add x86inc flag guard to inv_txfm_sse2.asm
Fix the VS build failure. Change-Id: I4fb9d1c83980c4b52d5a848a9cb02ec72493dccb
parent
b37494cf
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vpx_dsp/vpx_dsp.mk
+2
-2
2 additions, 2 deletions
vpx_dsp/vpx_dsp.mk
with
2 additions
and
2 deletions
vpx_dsp/vpx_dsp.mk
+
2
−
2
View file @
4f7a7d29
...
...
@@ -175,12 +175,12 @@ DSP_SRCS-yes += inv_txfm.h
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
ifeq
($(ARCH_X86_64),yes)
ifeq
($(CONFIG_USE_X86INC),yes)
DSP_SRCS-$(HAVE_SSSE3)
+=
x86/inv_txfm_ssse3_x86_64.asm
endif
# CONFIG_USE_X86INC
endif
# ARCH_X86_64
endif
# CONFIG_USE_X86INC
ifeq
($(HAVE_NEON_ASM),yes)
DSP_SRCS-yes
+=
arm/idct4x4_1_add_neon
$(
ASM
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment