OSDN Git Service
(root)
/
android-x86
/
external-alsa-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a613cac
)
added .p2align lines to i386 asm code
author
Jaroslav Kysela
<perex@perex.cz>
Thu, 20 Feb 2003 15:45:01 +0000
(15:45 +0000)
committer
Jaroslav Kysela
<perex@perex.cz>
Thu, 20 Feb 2003 15:45:01 +0000
(15:45 +0000)
src/pcm/pcm_dmix.c
patch
|
blob
|
history
diff --git
a/src/pcm/pcm_dmix.c
b/src/pcm/pcm_dmix.c
index
cc22a3c
..
d45f1d5
100644
(file)
--- a/
src/pcm/pcm_dmix.c
+++ b/
src/pcm/pcm_dmix.c
@@
-604,6
+604,8
@@
static void mix_areas1(unsigned int size,
"\tcmp $0, %%edx\n"
"jz 6f\n"
+ "\t.p2align 4,,15\n"
+
"1:"
/*
@@
-653,6
+655,8
@@
static void mix_areas1(unsigned int size,
* sample > 0x7fff
*/
+ "\t.p2align 4,,15\n"
+
"4:"
"\tmovw $0x7fff, %%ax\n"
"\tmovw %%ax, (%%edi)\n"
@@
-669,6
+673,8
@@
static void mix_areas1(unsigned int size,
* sample < -0x8000
*/
+ "\t.p2align 4,,15\n"
+
"5:"
"\tmovw $-0x8000, %%ax\n"
"\tmovw %%ax, (%%edi)\n"
@@
-722,6
+728,8
@@
static void mix_areas1_mmx(unsigned int size,
"\tcmp $0, %%edx\n"
"jz 6f\n"
+ "\t.p2align 4,,15\n"
+
"1:"
/*