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
ec217218
Commit
ec217218
authored
Sep 04, 2014
by
Loren Merritt
Committed by
Diego Biurrun
Sep 09, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86inc: Free up variable name "n" in global namespace
Signed-off-by:
Diego Biurrun
<
diego@biurrun.de
>
parent
176a0fca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
x86inc.asm
libavutil/x86/x86inc.asm
+9
-9
No files found.
libavutil/x86/x86inc.asm
View file @
ec217218
...
...
@@ -821,12 +821,12 @@ SECTION .note.GNU-stack noalloc noexec nowrite progbits
%
assign
%%
i
0
%
rep
8
CAT_XDEFINE
m
,
%%
i
,
mm
%
+
%%
i
CAT_XDEFINE
nmm
,
%%
i
,
%%
i
CAT_XDEFINE
n
n
mm
,
%%
i
,
%%
i
%
assign
%%
i
%%
i
+
1
%
endrep
%
rep
8
CAT_UNDEF
m
,
%%
i
CAT_UNDEF
nmm
,
%%
i
CAT_UNDEF
n
n
mm
,
%%
i
%
assign
%%
i
%%
i
+
1
%
endrep
INIT_CPUFLAGS
%1
...
...
@@ -847,7 +847,7 @@ SECTION .note.GNU-stack noalloc noexec nowrite progbits
%
assign
%%
i
0
%
rep
num_mmregs
CAT_XDEFINE
m
,
%%
i
,
xmm
%
+
%%
i
CAT_XDEFINE
nxmm
,
%%
i
,
%%
i
CAT_XDEFINE
n
n
xmm
,
%%
i
,
%%
i
%
assign
%%
i
%%
i
+
1
%
endrep
INIT_CPUFLAGS
%1
...
...
@@ -917,7 +917,7 @@ INIT_XMM
%endrep
%rep
%0
/
2
%
xdefine
m%1
%%
tmp%2
CAT_XDEFINE
n
,
m%1
,
%1
CAT_XDEFINE
n
n
,
m%1
,
%1
%
rotate
2
%endrep
%endmacro
...
...
@@ -935,16 +935,16 @@ INIT_XMM
%
xdefine
%%
tmp
m%1
%
xdefine
m%1
m%2
%
xdefine
m%2
%%
tmp
CAT_XDEFINE
n
,
m%1
,
%1
CAT_XDEFINE
n
,
m%2
,
%2
CAT_XDEFINE
n
n
,
m%1
,
%1
CAT_XDEFINE
n
n
,
m%2
,
%2
%
rotate
1
%
endrep
%endmacro
%macro
SWAP_INTERNAL_NAME
2
-*
%
xdefine
%%
args
n
%
+
%1
%
xdefine
%%
args
n
n
%
+
%1
%
rep
%0
-
1
%
xdefine
%%
args
%%
args
,
n
%
+
%2
%
xdefine
%%
args
%%
args
,
n
n
%
+
%2
%
rotate
1
%
endrep
SWAP_INTERNAL_NUM
%%
args
...
...
@@ -971,7 +971,7 @@ INIT_XMM
%
assign
%%
i
0
%
rep
num_mmregs
CAT_XDEFINE
m
,
%%
i
,
%1
_m
%
+
%%
i
CAT_XDEFINE
n
,
m
%
+
%%
i
,
%%
i
CAT_XDEFINE
n
n
,
m
%
+
%%
i
,
%%
i
%
assign
%%
i
%%
i
+
1
%
endrep
%
endif
...
...
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