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
ee5df927
Commit
ee5df927
authored
Aug 09, 2006
by
Loren Merritt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
emms -> femms
Originally committed as revision 5965 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
2494bdd9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dsputil_mmx.c
libavcodec/i386/dsputil_mmx.c
+1
-1
fft_3dn2.c
libavcodec/i386/fft_3dn2.c
+1
-1
No files found.
libavcodec/i386/dsputil_mmx.c
View file @
ee5df927
...
...
@@ -2739,7 +2739,7 @@ static void vorbis_inverse_coupling_3dnow(float *mag, float *ang, int blocksize)
::
"memory"
);
}
asm
volatile
(
"emms"
);
asm
volatile
(
"
f
emms"
);
}
static
void
vorbis_inverse_coupling_sse
(
float
*
mag
,
float
*
ang
,
int
blocksize
)
{
...
...
libavcodec/i386/fft_3dn2.c
View file @
ee5df927
...
...
@@ -219,5 +219,5 @@ void ff_imdct_calc_3dn2(MDCTContext *s, FFTSample *output,
::
"memory"
);
}
asm
volatile
(
"emms"
);
asm
volatile
(
"
f
emms"
);
}
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