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
ecc8b021
Commit
ecc8b021
authored
Dec 05, 2012
by
Justin Ruggles
Committed by
Janne Grunau
Dec 06, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86: float_dsp: fix compilation of ff_vector_dmul_scalar_avx() on x86-32
Signed-off-by:
Janne Grunau
<
janne-libav@jannau.net
>
parent
5945c7b3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
float_dsp.asm
libavutil/x86/float_dsp.asm
+1
-1
No files found.
libavutil/x86/float_dsp.asm
View file @
ecc8b021
...
...
@@ -127,7 +127,7 @@ cglobal vector_dmul_scalar, 3,3,3, dst, src, len
cglobal
vector_dmul_scalar
,
4
,
4
,
3
,
dst
,
src
,
mul
,
len
%endif
%if
ARCH_X86_32
VBROADCASTSD
xm
m0
,
mulm
VBROADCASTSD
m0
,
mulm
%else
%if
WIN64
movlhps
xmm2
,
xmm2
...
...
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