mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
added .p2align lines to i386 asm code
This commit is contained in:
parent
a613cacd4d
commit
16f785ca13
1 changed files with 8 additions and 0 deletions
|
|
@ -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:"
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue