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
24b20087
Commit
24b20087
authored
Dec 06, 2012
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compilation with yasm 0.6.2.
parent
892750b0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
af_volume.asm
libavfilter/x86/af_volume.asm
+2
-0
No files found.
libavfilter/x86/af_volume.asm
View file @
24b20087
...
...
@@ -99,9 +99,11 @@ cglobal scale_samples_s32, 4,4,4, dst, src, len, volume
INIT_XMM
sse2
%define
CVTDQ2PD
cvtdq2pd
SCALE_SAMPLES_S32
%if
HAVE_AVX_EXTERNAL
%define
CVTDQ2PD
vcvtdq2pd
INIT_YMM
avx
SCALE_SAMPLES_S32
%endif
%undef
CVTDQ2PD
; NOTE: This is not bit-identical with the C version because it clips to
...
...
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