Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
93eb8e4d
Commit
93eb8e4d
authored
May 27, 2011
by
Mans Rullgard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: check for VFPv3
Signed-off-by:
Mans Rullgard
<
mans@mansr.com
>
parent
5a5a0f16
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
configure
configure
+3
-0
No files found.
configure
View file @
93eb8e4d
...
...
@@ -1020,6 +1020,7 @@ ARCH_EXT_LIST='
ppc4xx
sse
ssse3
vfpv3
vis
'
...
...
@@ -1205,6 +1206,7 @@ armv6t2_deps="arm"
armvfp_deps
=
"arm"
iwmmxt_deps
=
"arm"
neon_deps
=
"arm"
vfpv3_deps
=
"armvfp"
mmi_deps
=
"mips"
...
...
@@ -2628,6 +2630,7 @@ EOF
enabled armvfp
&&
check_asm armvfp
'"fadds s0, s0, s0"'
enabled iwmmxt
&&
check_asm iwmmxt
'"wunpckelub wr6, wr4"'
enabled neon
&&
check_asm neon
'"vadd.i16 q0, q0, q0"'
enabled vfpv3
&&
check_asm vfpv3
'"vmov.f32 s0, #1.0"'
enabled_all armv6t2 shared
!
pic
&&
enable_pic
...
...
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