Using .align in inline assemby
Posted
by tech74
on Stack Overflow
See other posts from Stack Overflow
or by tech74
Published on 2010-04-21T12:00:35Z
Indexed on
2010/04/21
12:03 UTC
Read the original article
Hit count: 160
Hi,
I'm using ".align 16 \n\t" in some inline ARM assembly that is implementing some loops to align it on a 16 byte boundary however gcc asm compiler is complaining that alignement is too large
i want to implement -falign-loops=16 in asm for a particular loop
Thanks
© Stack Overflow or respective owner