Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
aom-rav1e
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
aom-rav1e
Commits
cad7f067
Commit
cad7f067
authored
Feb 15, 2018
by
Luc Trudeau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CFL] Move SIMD files to x86 folder
Change-Id: I474cd6d75074eb908e8fcf317c2524e3c7f72269
parent
3290ba02
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
av1/av1.cmake
av1/av1.cmake
+3
-3
av1/common/x86/cfl_avx2.c
av1/common/x86/cfl_avx2.c
+0
-0
av1/common/x86/cfl_sse2.c
av1/common/x86/cfl_sse2.c
+0
-0
av1/common/x86/cfl_ssse3.c
av1/common/x86/cfl_ssse3.c
+0
-0
No files found.
av1/av1.cmake
View file @
cad7f067
...
...
@@ -385,15 +385,15 @@ if (CONFIG_CFL)
set
(
AOM_AV1_COMMON_INTRIN_SSE2
${
AOM_AV1_COMMON_INTRIN_SSE2
}
"
${
AOM_ROOT
}
/av1/common/cfl_sse2.c"
)
"
${
AOM_ROOT
}
/av1/common/
x86/
cfl_sse2.c"
)
set
(
AOM_AV1_COMMON_INTRIN_SSSE3
${
AOM_AV1_COMMON_INTRIN_SSSE3
}
"
${
AOM_ROOT
}
/av1/common/cfl_ssse3.c"
)
"
${
AOM_ROOT
}
/av1/common/
x86/
cfl_ssse3.c"
)
set
(
AOM_AV1_COMMON_INTRIN_AVX2
${
AOM_AV1_COMMON_INTRIN_AVX2
}
"
${
AOM_ROOT
}
/av1/common/cfl_avx2.c"
)
"
${
AOM_ROOT
}
/av1/common/
x86/
cfl_avx2.c"
)
endif
()
if
(
CONFIG_LOOP_RESTORATION
)
...
...
av1/common/cfl_avx2.c
→
av1/common/
x86/
cfl_avx2.c
View file @
cad7f067
File moved
av1/common/cfl_sse2.c
→
av1/common/
x86/
cfl_sse2.c
View file @
cad7f067
File moved
av1/common/cfl_ssse3.c
→
av1/common/
x86/
cfl_ssse3.c
View file @
cad7f067
File moved
Write
Preview
Markdown
is supported
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