On Fri, Jan 14, 2011 at 3:52 AM, Peter Blok <peter.b...@bsd4all.org> wrote:
> Hi,
>
> I¹m probably missing something but if you require a stack variable to be
> aligned why not use a type attribute like __attribute__ ((aligned (8)))
>
> Peter

In my case I had no stack variable that required alignment.  gcc
issued some movdqa instructions in order to initialize a memory region
on the stack to all-zeros.
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to