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
5dfe4eda
Commit
5dfe4eda
authored
Dec 08, 2015
by
Janne Grunau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86_64: int32_to_float_fmul_scalar sign extend integer length
parent
64034849
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
fmtconvert.asm
libavcodec/x86/fmtconvert.asm
+3
-0
No files found.
libavcodec/x86/fmtconvert.asm
View file @
5dfe4eda
...
@@ -37,6 +37,9 @@ cglobal int32_to_float_fmul_scalar, 4, 4, %1, dst, src, mul, len
...
@@ -37,6 +37,9 @@ cglobal int32_to_float_fmul_scalar, 4, 4, %1, dst, src, mul, len
SWAP
0
,
2
SWAP
0
,
2
%elif
ARCH_X86_32
%elif
ARCH_X86_32
movss
m0
,
mulm
movss
m0
,
mulm
%endif
%if
ARCH_X86_64
movsxd
lenq
,
lend
%endif
%endif
SPLATD
m0
SPLATD
m0
shl
lenq
,
2
shl
lenq
,
2
...
...
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