Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
7911186e
Commit
7911186e
authored
Oct 08, 2016
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
emms: Give apriv_emms_yasm() a more general name
parent
be9dba5c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
emms.asm
libavutil/x86/emms.asm
+2
-2
emms.h
libavutil/x86/emms.h
+2
-2
No files found.
libavutil/x86/emms.asm
View file @
7911186e
...
...
@@ -23,8 +23,8 @@
SECTION
.
text
;-----------------------------------------------------------------------------
; void avpriv_emms_
y
asm(void)
; void avpriv_emms_asm(void)
;-----------------------------------------------------------------------------
cvisible
emms_
y
asm
,
0
,
0
cvisible
emms_asm
,
0
,
0
emms
RET
libavutil/x86/emms.h
View file @
7911186e
...
...
@@ -22,7 +22,7 @@
#include "config.h"
#include "libavutil/attributes.h"
void
avpriv_emms_
y
asm
(
void
);
void
avpriv_emms_asm
(
void
);
#if HAVE_MMX_INLINE
# define emms_c emms_c
...
...
@@ -39,7 +39,7 @@ static av_always_inline void emms_c(void)
# include <mmintrin.h>
# define emms_c _mm_empty
#elif HAVE_MMX_EXTERNAL
# define emms_c avpriv_emms_
y
asm
# define emms_c avpriv_emms_asm
#endif
/* HAVE_MMX_INLINE */
#endif
/* AVUTIL_X86_EMMS_H */
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