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
e87d6813
Commit
e87d6813
authored
10 years ago
by
Tom Finegan
Browse files
Options
Downloads
Patches
Plain Diff
Add arm64-darwin-gcc target.
Change-Id: I251cca45db54d2947868e2b9c35cb54f86b10706
parent
ce719907
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README
+1
-0
1 addition, 0 deletions
README
build/make/configure.sh
+1
-1
1 addition, 1 deletion
build/make/configure.sh
configure
+1
-0
1 addition, 0 deletions
configure
with
3 additions
and
1 deletion
README
+
1
−
0
View file @
e87d6813
...
...
@@ -55,6 +55,7 @@ COMPILING THE APPLICATIONS/LIBRARIES:
armv6-linux-rvct
armv6-linux-gcc
armv6-none-rvct
arm64-darwin-gcc
armv7-android-gcc
armv7-darwin-gcc
armv7-linux-rvct
...
...
This diff is collapsed.
Click to expand it.
build/make/configure.sh
+
1
−
1
View file @
e87d6813
...
...
@@ -799,7 +799,7 @@ process_common_toolchain() {
arm
*
)
# on arm, isa versions are supersets
case
${
tgt_isa
}
in
armv8
)
arm64|
armv8
)
soft_enable neon
;;
armv7|armv7s
)
...
...
This diff is collapsed.
Click to expand it.
configure
+
1
−
0
View file @
e87d6813
...
...
@@ -96,6 +96,7 @@ all_platforms="${all_platforms} armv6-darwin-gcc"
all_platforms
=
"
${
all_platforms
}
armv6-linux-rvct"
all_platforms
=
"
${
all_platforms
}
armv6-linux-gcc"
all_platforms
=
"
${
all_platforms
}
armv6-none-rvct"
all_platforms
=
"
${
all_platforms
}
arm64-darwin-gcc"
all_platforms
=
"
${
all_platforms
}
armv7-android-gcc"
#neon Cortex-A8
all_platforms
=
"
${
all_platforms
}
armv7-darwin-gcc"
#neon Cortex-A8
all_platforms
=
"
${
all_platforms
}
armv7-linux-rvct"
#neon Cortex-A8
...
...
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