Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
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
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
f4f27e4c
Commit
f4f27e4c
authored
9 years ago
by
Janne Grunau
Browse files
Options
Downloads
Patches
Plain Diff
x86: zero extend the 32-bit length in int32_to_float_fmul_scalar implicitly
This reverts commit
5dfe4eda
.
parent
69a68593
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libavcodec/x86/fmtconvert.asm
+1
-4
1 addition, 4 deletions
libavcodec/x86/fmtconvert.asm
with
1 addition
and
4 deletions
libavcodec/x86/fmtconvert.asm
+
1
−
4
View file @
f4f27e4c
...
...
@@ -37,12 +37,9 @@ cglobal int32_to_float_fmul_scalar, 4, 4, %1, dst, src, mul, len
SWAP
0
,
2
%elif ARCH_X86_32
movss
m0
,
mulm
%endif
%if ARCH_X86_64
movsxd
lenq
,
lend
%endif
SPLATD
m0
shl
len
q
,
2
shl
len
d
,
2
add
srcq
,
lenq
add
ds
tq
,
lenq
neg
lenq
...
...
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