Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-05-27 23:12:01 +0400
committerMans Rullgard <mans@mansr.com>2011-05-27 23:33:05 +0400
commit93eb8e4d7c6654040fd160396546c547cdf51043 (patch)
treecc9147246ff055be5f3cb7b49e912e877dd91b58 /configure
parent5a5a0f161359ca6c3fd03eac88a57bd026b8bc1d (diff)
ARM: check for VFPv3
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 4916bad18a..46593882df 100755
--- a/configure
+++ b/configure
@@ -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